@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class ChartDataColumn extends AbstractColumn
A data series specific to a particular link output field.
Note: Objects should always be created or deserialized using the ChartDataColumn.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 ChartDataColumn.Builder
, which maintain a
set of all explicitly set fields called ChartDataColumn.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 |
ChartDataColumn.Builder |
AbstractColumn.Type
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ChartDataColumn(String displayName,
SubSystemName subSystem,
List<FieldValue> values,
Boolean isListOfValues,
Boolean isMultiValued,
Boolean isCaseSensitive,
Boolean isGroupable,
Boolean isEvaluable,
Boolean isHidden,
ValueType valueType,
String originalDisplayName,
String internalName,
List<Object> dataItems,
List<Object> filteredDataItems)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ChartDataColumn.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<Object> |
getDataItems()
Data points for each timestamp for a specific link field un-filtered.
|
List<Object> |
getFilteredDataItems()
Data points filtered by query string.
|
int |
hashCode() |
ChartDataColumn.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDisplayName, getInternalName, getIsCaseSensitive, getIsEvaluable, getIsGroupable, getIsHidden, getIsListOfValues, getIsMultiValued, getOriginalDisplayName, getSubSystem, getValues, getValueType
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ChartDataColumn(String displayName, SubSystemName subSystem, List<FieldValue> values, Boolean isListOfValues, Boolean isMultiValued, Boolean isCaseSensitive, Boolean isGroupable, Boolean isEvaluable, Boolean isHidden, ValueType valueType, String originalDisplayName, String internalName, List<Object> dataItems, List<Object> filteredDataItems)
public static ChartDataColumn.Builder builder()
Create a new builder.
public ChartDataColumn.Builder toBuilder()
public List<Object> getDataItems()
Data points for each timestamp for a specific link field un-filtered.
public List<Object> getFilteredDataItems()
Data points filtered by query string. May not contain data points for each timestamp due to filtering.
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–2024. All rights reserved.