@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 ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ClassifyColumn.Builder |
AbstractColumn.Type
Constructor and Description |
---|
ClassifyColumn(String displayName,
SubSystemName subSystem,
List<FieldValue> values,
Boolean isListOfValues,
Boolean isMultiValued,
Boolean isCaseSensitive,
Boolean isGroupable,
Boolean isEvaluable,
ValueType valueType,
String originalDisplayName,
String internalName,
List<String> classifyFieldNames,
List<Long> classifyFieldNullCount,
List<Long> classifyAnomalyIntervalCounts,
List<AbstractColumn> classifyColumns,
List<Map<String,Object>> classifyResult,
List<AbstractColumn> classifyCorrelateColumns,
List<Map<String,Object>> classifyCorrelateResult)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClassifyColumn.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<Long> |
getClassifyAnomalyIntervalCounts()
Count of anomalies for each timeseries datapoint.
|
List<AbstractColumn> |
getClassifyColumns()
Column descriptors for the classify result.
|
List<AbstractColumn> |
getClassifyCorrelateColumns()
Column descriptors of fields with strong correlation with the classify fields.
|
List<Map<String,Object>> |
getClassifyCorrelateResult()
Correlation results of the classify command.
|
List<String> |
getClassifyFieldNames()
A list of fields specified in the classify command in the query string.
|
List<Long> |
getClassifyFieldNullCount()
Count of nulls found in each of the fields specified in the classify command in the query
string.
|
List<Map<String,Object>> |
getClassifyResult()
Results of the classify command.
|
int |
hashCode() |
ClassifyColumn.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDisplayName, getInternalName, getIsCaseSensitive, getIsEvaluable, getIsGroupable, getIsListOfValues, getIsMultiValued, getOriginalDisplayName, getSubSystem, getValues, getValueType
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ClassifyColumn(String displayName, SubSystemName subSystem, List<FieldValue> values, Boolean isListOfValues, Boolean isMultiValued, Boolean isCaseSensitive, Boolean isGroupable, Boolean isEvaluable, ValueType valueType, String originalDisplayName, String internalName, List<String> classifyFieldNames, List<Long> classifyFieldNullCount, List<Long> classifyAnomalyIntervalCounts, List<AbstractColumn> classifyColumns, List<Map<String,Object>> classifyResult, List<AbstractColumn> classifyCorrelateColumns, List<Map<String,Object>> classifyCorrelateResult)
public static ClassifyColumn.Builder builder()
Create a new builder.
public ClassifyColumn.Builder toBuilder()
public List<String> getClassifyFieldNames()
A list of fields specified in the classify command in the query string.
public List<Long> getClassifyFieldNullCount()
Count of nulls found in each of the fields specified in the classify command in the query string.
public List<Long> getClassifyAnomalyIntervalCounts()
Count of anomalies for each timeseries datapoint.
public List<AbstractColumn> getClassifyColumns()
Column descriptors for the classify result.
public List<Map<String,Object>> getClassifyResult()
Results of the classify command.
public List<AbstractColumn> getClassifyCorrelateColumns()
Column descriptors of fields with strong correlation with the classify fields.
public List<Map<String,Object>> getClassifyCorrelateResult()
Correlation results of the classify command.
public String toString()
toString
in class AbstractColumn
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class AbstractColumn
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class AbstractColumn
public int hashCode()
hashCode
in class AbstractColumn
Copyright © 2016–2023. All rights reserved.