@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericalDimensionField extends Object implements Serializable, Cloneable, StructuredPojo
The dimension type field with numerical type columns.
| Constructor and Description |
|---|
NumericalDimensionField() |
| Modifier and Type | Method and Description |
|---|---|
NumericalDimensionField |
clone() |
boolean |
equals(Object obj) |
ColumnIdentifier |
getColumn()
The column that is used in the
NumericalDimensionField. |
String |
getFieldId()
The custom field ID.
|
NumberFormatConfiguration |
getFormatConfiguration()
The format configuration of the field.
|
String |
getHierarchyId()
The custom hierarchy ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumn(ColumnIdentifier column)
The column that is used in the
NumericalDimensionField. |
void |
setFieldId(String fieldId)
The custom field ID.
|
void |
setFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
|
void |
setHierarchyId(String hierarchyId)
The custom hierarchy ID.
|
String |
toString()
Returns a string representation of this object.
|
NumericalDimensionField |
withColumn(ColumnIdentifier column)
The column that is used in the
NumericalDimensionField. |
NumericalDimensionField |
withFieldId(String fieldId)
The custom field ID.
|
NumericalDimensionField |
withFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
|
NumericalDimensionField |
withHierarchyId(String hierarchyId)
The custom hierarchy ID.
|
public void setFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public String getFieldId()
The custom field ID.
public NumericalDimensionField withFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public void setColumn(ColumnIdentifier column)
The column that is used in the NumericalDimensionField.
column - The column that is used in the NumericalDimensionField.public ColumnIdentifier getColumn()
The column that is used in the NumericalDimensionField.
NumericalDimensionField.public NumericalDimensionField withColumn(ColumnIdentifier column)
The column that is used in the NumericalDimensionField.
column - The column that is used in the NumericalDimensionField.public void setHierarchyId(String hierarchyId)
The custom hierarchy ID.
hierarchyId - The custom hierarchy ID.public String getHierarchyId()
The custom hierarchy ID.
public NumericalDimensionField withHierarchyId(String hierarchyId)
The custom hierarchy ID.
hierarchyId - The custom hierarchy ID.public void setFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public NumberFormatConfiguration getFormatConfiguration()
The format configuration of the field.
public NumericalDimensionField withFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public String toString()
toString in class ObjectObject.toString()public NumericalDimensionField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.