Class QueryResultMetadataSummary


  • @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).
    • Method Detail

      • getQueryResultRowTypeSummaries

        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.

        Returns:
        the value
      • getSourceName

        public String getSourceName()
        Source of the query result set (traces, spans, and so on).
        Returns:
        the value
      • getQueryResultsGroupedBy

        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.

        Returns:
        the value
      • getQueryResultsOrderedBy

        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.

        Returns:
        the value
      • getTimeSeriesIntervalInMins

        public Integer getTimeSeriesIntervalInMins()
        Interval for the time series function in minutes.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public 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
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel