@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericalMeasureField extends Object implements Serializable, Cloneable, StructuredPojo
The measure type field with numerical type columns.
Constructor and Description |
---|
NumericalMeasureField() |
Modifier and Type | Method and Description |
---|---|
NumericalMeasureField |
clone() |
boolean |
equals(Object obj) |
NumericalAggregationFunction |
getAggregationFunction()
The aggregation function of the measure field.
|
ColumnIdentifier |
getColumn()
The column that is used in the
NumericalMeasureField . |
String |
getFieldId()
The custom field ID.
|
NumberFormatConfiguration |
getFormatConfiguration()
The format configuration of the field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
void |
setColumn(ColumnIdentifier column)
The column that is used in the
NumericalMeasureField . |
void |
setFieldId(String fieldId)
The custom field ID.
|
void |
setFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
|
String |
toString()
Returns a string representation of this object.
|
NumericalMeasureField |
withAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
NumericalMeasureField |
withColumn(ColumnIdentifier column)
The column that is used in the
NumericalMeasureField . |
NumericalMeasureField |
withFieldId(String fieldId)
The custom field ID.
|
NumericalMeasureField |
withFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
|
public void setFieldId(String fieldId)
The custom field ID.
fieldId
- The custom field ID.public String getFieldId()
The custom field ID.
public NumericalMeasureField withFieldId(String fieldId)
The custom field ID.
fieldId
- The custom field ID.public void setColumn(ColumnIdentifier column)
The column that is used in the NumericalMeasureField
.
column
- The column that is used in the NumericalMeasureField
.public ColumnIdentifier getColumn()
The column that is used in the NumericalMeasureField
.
NumericalMeasureField
.public NumericalMeasureField withColumn(ColumnIdentifier column)
The column that is used in the NumericalMeasureField
.
column
- The column that is used in the NumericalMeasureField
.public void setAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
aggregationFunction
- The aggregation function of the measure field.public NumericalAggregationFunction getAggregationFunction()
The aggregation function of the measure field.
public NumericalMeasureField withAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
aggregationFunction
- The aggregation function of the measure field.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 NumericalMeasureField withFormatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration
- The format configuration of the field.public String toString()
toString
in class Object
Object.toString()
public NumericalMeasureField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.