Class AbstractColumn
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.AbstractColumn
 
 
- 
- Direct Known Subclasses:
- ChartColumn,- ChartDataColumn,- ClassifyColumn,- Column,- TableColumn,- TimeClusterColumn,- TimeClusterDataColumn,- TimeColumn,- TimeStatsColumn,- TimeStatsDataColumn,- TrendColumn
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class AbstractColumn extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelGeneric column defining all attributes common to all querylanguage columns.
 Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAbstractColumn.TypeColumn classification when column requires special designation.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractColumn(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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()Column display name - will be alias if column is renamed by queryStrng.StringgetInternalName()Internal identifier for the column.BooleangetIsCaseSensitive()A flag indicating whether or not the field is a case sensitive field.BooleangetIsEvaluable()Identifies if this column can be used as an expression parameter in any command that accepts querylanguage expressions.BooleangetIsGroupable()Identifies if this column can be used as a grouping field in any grouping command.BooleangetIsHidden()Identifies if this column should be hidden by default but can be displayed in the UI on demand.BooleangetIsListOfValues()Identifies if all values in this column come from a pre-defined list of values.BooleangetIsMultiValued()Identifies if this column allows multiple values to exist in a single row.StringgetOriginalDisplayName()Same as displayName unless column renamed in which case this will hold the original display name for the column.SubSystemNamegetSubSystem()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.ValueTypegetValueType()Field denoting column data type.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AbstractColumn@Deprecated @ConstructorProperties({"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) Deprecated.
 
- 
 - 
Method Detail- 
getDisplayNamepublic String getDisplayName() Column display name - will be alias if column is renamed by queryStrng.- Returns:
- the value
 
 - 
getSubSystempublic SubSystemName getSubSystem() Subsystem column belongs to.- Returns:
- the value
 
 - 
getValuespublic 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.- Returns:
- the value
 
 - 
getIsListOfValuespublic Boolean getIsListOfValues() Identifies if all values in this column come from a pre-defined list of values.- Returns:
- the value
 
 - 
getIsMultiValuedpublic Boolean getIsMultiValued() Identifies if this column allows multiple values to exist in a single row.- Returns:
- the value
 
 - 
getIsCaseSensitivepublic Boolean getIsCaseSensitive() A flag indicating whether or not the field is a case sensitive field.Only applies to string fields. - Returns:
- the value
 
 - 
getIsGroupablepublic Boolean getIsGroupable() Identifies if this column can be used as a grouping field in any grouping command.- Returns:
- the value
 
 - 
getIsEvaluablepublic Boolean getIsEvaluable() Identifies if this column can be used as an expression parameter in any command that accepts querylanguage expressions.- Returns:
- the value
 
 - 
getIsHiddenpublic Boolean getIsHidden() Identifies if this column should be hidden by default but can be displayed in the UI on demand.- Returns:
- the value
 
 - 
getValueTypepublic ValueType getValueType() Field denoting column data type.- Returns:
- the value
 
 - 
getOriginalDisplayNamepublic String getOriginalDisplayName() Same as displayName unless column renamed in which case this will hold the original display name for the column.- Returns:
- the value
 
 - 
getInternalNamepublic String getInternalName() Internal identifier for the column.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-