@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class QueryResultMetadataSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary containing the metadata about the query result set.
Note: Objects should always be created or deserialized using the QueryResultMetadataSummary.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 the QueryResultMetadataSummary.Builder
, which maintain a
set of all explicitly set fields called QueryResultMetadataSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
QueryResultMetadataSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
QueryResultMetadataSummary(List<QueryResultRowTypeSummary> queryResultRowTypeSummaries,
String sourceName,
List<QueryResultsGroupedBySummary> queryResultsGroupedBy,
List<QueryResultsOrderedBySummary> queryResultsOrderedBy,
QueryResultsTopologyInfo queryResultsTopologyInfo,
Integer timeSeriesIntervalInMins)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static QueryResultMetadataSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(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.
|
QueryResultsTopologyInfo |
getQueryResultsTopologyInfo() |
String |
getSourceName()
Source of the query result set (traces, spans, and so on).
|
Integer |
getTimeSeriesIntervalInMins()
Interval for the time series function in minutes.
|
int |
hashCode() |
QueryResultMetadataSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"queryResultRowTypeSummaries","sourceName","queryResultsGroupedBy","queryResultsOrderedBy","queryResultsTopologyInfo","timeSeriesIntervalInMins"}) public QueryResultMetadataSummary(List<QueryResultRowTypeSummary> queryResultRowTypeSummaries, String sourceName, List<QueryResultsGroupedBySummary> queryResultsGroupedBy, List<QueryResultsOrderedBySummary> queryResultsOrderedBy, QueryResultsTopologyInfo queryResultsTopologyInfo, Integer timeSeriesIntervalInMins)
public static QueryResultMetadataSummary.Builder builder()
Create a new builder.
public QueryResultMetadataSummary.Builder toBuilder()
public 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.
public String getSourceName()
Source of the query result set (traces, spans, and so on).
public 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.
public 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.
public QueryResultsTopologyInfo getQueryResultsTopologyInfo()
public Integer getTimeSeriesIntervalInMins()
Interval for the time series function in minutes.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.