@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class ClassifyColumn extends AbstractColumn
Column containing query results produced by the query language classify command.
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
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __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 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.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
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() |
getDisplayName, getInternalName, getIsEvaluable, getIsGroupable, getIsListOfValues, getIsMultiValued, getOriginalDisplayName, getSubSystem, getValues, getValueType@Deprecated public ClassifyColumn(String displayName, SubSystemName subSystem, List<FieldValue> values, Boolean isListOfValues, Boolean isMultiValued, 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 AbstractColumnpublic boolean equals(Object o)
equals in class AbstractColumnprotected boolean canEqual(Object other)
canEqual in class AbstractColumnpublic int hashCode()
hashCode in class AbstractColumnCopyright © 2016–2021. All rights reserved.