@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class AbstractColumn extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Generic column defining all attributes common to all querylanguage columns.
Note: Objects should always be created or deserialized using the 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 Builder
, which maintain a
set of all explicitly set fields called 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 |
AbstractColumn.Type
Column classification when column requires special designation.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Modifier | Constructor and Description |
---|---|
protected |
AbstractColumn(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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
Column display name - will be alias if column is renamed by queryStrng.
|
String |
getInternalName()
Internal identifier for the column.
|
Boolean |
getIsCaseSensitive()
A flag indicating whether or not the field is a case sensitive field.
|
Boolean |
getIsEvaluable()
Identifies if this column can be used as an expression parameter in any command that accepts
querylanguage expressions.
|
Boolean |
getIsGroupable()
Identifies if this column can be used as a grouping field in any grouping command.
|
Boolean |
getIsHidden()
Identifies if this column should be hidden by default but can be displayed in the UI on
demand.
|
Boolean |
getIsListOfValues()
Identifies if all values in this column come from a pre-defined list of values.
|
Boolean |
getIsMultiValued()
Identifies if this column allows multiple values to exist in a single row.
|
String |
getOriginalDisplayName()
Same as displayName unless column renamed in which case this will hold the original display
name for the column.
|
SubSystemName |
getSubSystem()
Subsystem column belongs to.
|
List<FieldValue> |
getValues()
If the column is a ‘List of Values’ column, this array contains the field values that are
applicable to query results or all if no filters applied.
|
ValueType |
getValueType()
Field denoting column data type.
|
int |
hashCode() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"displayName","subSystem","values","isListOfValues","isMultiValued","isCaseSensitive","isGroupable","isEvaluable","isHidden","valueType","originalDisplayName","internalName"}) protected AbstractColumn(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)
public String getDisplayName()
Column display name - will be alias if column is renamed by queryStrng.
public SubSystemName getSubSystem()
Subsystem column belongs to.
public List<FieldValue> getValues()
If the column is a ‘List of Values’ column, this array contains the field values that are applicable to query results or all if no filters applied.
public Boolean getIsListOfValues()
Identifies if all values in this column come from a pre-defined list of values.
public Boolean getIsMultiValued()
Identifies if this column allows multiple values to exist in a single row.
public Boolean getIsCaseSensitive()
A flag indicating whether or not the field is a case sensitive field. Only applies to string fields.
public Boolean getIsGroupable()
Identifies if this column can be used as a grouping field in any grouping command.
public Boolean getIsEvaluable()
Identifies if this column can be used as an expression parameter in any command that accepts querylanguage expressions.
public Boolean getIsHidden()
Identifies if this column should be hidden by default but can be displayed in the UI on demand.
public ValueType getValueType()
Field denoting column data type.
public String getOriginalDisplayName()
Same as displayName unless column renamed in which case this will hold the original display name for the column.
public String getInternalName()
Internal identifier for the column.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.