Package com.oracle.bmc.apmtraces.model
Class QueryResultMetadataSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.apmtraces.model.QueryResultMetadataSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class QueryResultMetadataSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary containing the metadata about the query result set.
 Note: Objects should always be created or deserialized using theQueryResultMetadataSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theQueryResultMetadataSummary.Builder, which maintain a set of all explicitly set fields calledQueryResultMetadataSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classQueryResultMetadataSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description QueryResultMetadataSummary(List<QueryResultRowTypeSummary> queryResultRowTypeSummaries, String sourceName, List<QueryResultsGroupedBySummary> queryResultsGroupedBy, List<QueryResultsOrderedBySummary> queryResultsOrderedBy, QueryResultsTopologyInfo queryResultsTopologyInfo, Integer timeSeriesIntervalInMins)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryResultMetadataSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<QueryResultRowTypeSummary>getQueryResultRowTypeSummaries()A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows being returned.List<QueryResultsGroupedBySummary>getQueryResultsGroupedBy()Columns or attributes of the query rows which are group by values.List<QueryResultsOrderedBySummary>getQueryResultsOrderedBy()Order by which the query results are organized.QueryResultsTopologyInfogetQueryResultsTopologyInfo()StringgetSourceName()Source of the query result set (traces, spans, and so on).IntegergetTimeSeriesIntervalInMins()Interval for the time series function in minutes.inthashCode()QueryResultMetadataSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
QueryResultMetadataSummary@Deprecated @ConstructorProperties({"queryResultRowTypeSummaries","sourceName","queryResultsGroupedBy","queryResultsOrderedBy","queryResultsTopologyInfo","timeSeriesIntervalInMins"}) public QueryResultMetadataSummary(List<QueryResultRowTypeSummary> queryResultRowTypeSummaries, String sourceName, List<QueryResultsGroupedBySummary> queryResultsGroupedBy, List<QueryResultsOrderedBySummary> queryResultsOrderedBy, QueryResultsTopologyInfo queryResultsTopologyInfo, Integer timeSeriesIntervalInMins) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static QueryResultMetadataSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic QueryResultMetadataSummary.Builder toBuilder() 
 - 
getQueryResultRowTypeSummariespublic List<QueryResultRowTypeSummary> getQueryResultRowTypeSummaries() A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows being returned.The i-th element in this list contains the QueryResultRowTypeSummary of the i-th key-value pair in the QueryResultRowData map. - Returns:
- the value
 
 - 
getSourceNamepublic String getSourceName() Source of the query result set (traces, spans, and so on).- Returns:
- the value
 
 - 
getQueryResultsGroupedBypublic List<QueryResultsGroupedBySummary> getQueryResultsGroupedBy() Columns or attributes of the query rows which are group by values.This is a list of ResultsGroupedBy summary objects, and the list will contain as many elements as the attributes and aggregate functions in the group by clause in the select query. - Returns:
- the value
 
 - 
getQueryResultsOrderedBypublic List<QueryResultsOrderedBySummary> getQueryResultsOrderedBy() Order by which the query results are organized.This is a list of queryResultsOrderedBy summary objects, and the list will contain more than one OrderedBy summary object, if the sort was multidimensional. - Returns:
- the value
 
 - 
getQueryResultsTopologyInfopublic QueryResultsTopologyInfo getQueryResultsTopologyInfo() 
 - 
getTimeSeriesIntervalInMinspublic Integer getTimeSeriesIntervalInMins() Interval for the time series function in minutes.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-