Class ClassifyColumn


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200601")
    public final class ClassifyColumn
    extends AbstractColumn
    Column containing query results produced by the query language classify command.
    Note: Objects should always be created or deserialized using the ClassifyColumn.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 ClassifyColumn.Builder, which maintain a set of all explicitly set fields called ClassifyColumn.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

      • getClassifyFieldNames

        public List<String> getClassifyFieldNames()
        A list of fields specified in the classify command in the query string.
        Returns:
        the value
      • getClassifyFieldNullCount

        public List<Long> getClassifyFieldNullCount()
        Count of nulls found in each of the fields specified in the classify command in the query string.
        Returns:
        the value
      • getClassifyAnomalyIntervalCounts

        public List<Long> getClassifyAnomalyIntervalCounts()
        Count of anomalies for each timeseries datapoint.
        Returns:
        the value
      • getClassifyColumns

        public List<AbstractColumn> getClassifyColumns()
        Column descriptors for the classify result.
        Returns:
        the value
      • getClassifyResult

        public List<Map<String,​Object>> getClassifyResult()
        Results of the classify command.
        Returns:
        the value
      • getClassifyCorrelateColumns

        public List<AbstractColumn> getClassifyCorrelateColumns()
        Column descriptors of fields with strong correlation with the classify fields.
        Returns:
        the value
      • getClassifyCorrelateResult

        public List<Map<String,​Object>> getClassifyCorrelateResult()
        Correlation results of the classify command.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class AbstractColumn
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation