@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeasureField extends Object implements Serializable, Cloneable, StructuredPojo
The measure (metric) type field.
Constructor and Description |
---|
MeasureField() |
Modifier and Type | Method and Description |
---|---|
MeasureField |
clone() |
boolean |
equals(Object obj) |
CalculatedMeasureField |
getCalculatedMeasureField()
The calculated measure field only used in pivot tables.
|
CategoricalMeasureField |
getCategoricalMeasureField()
The measure type field with categorical type columns.
|
DateMeasureField |
getDateMeasureField()
The measure type field with date type columns.
|
NumericalMeasureField |
getNumericalMeasureField()
The measure type field with numerical type columns.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCalculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
|
void |
setCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
void |
setDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
void |
setNumericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
|
String |
toString()
Returns a string representation of this object.
|
MeasureField |
withCalculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
|
MeasureField |
withCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
MeasureField |
withDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
MeasureField |
withNumericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
|
public void setNumericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
numericalMeasureField
- The measure type field with numerical type columns.public NumericalMeasureField getNumericalMeasureField()
The measure type field with numerical type columns.
public MeasureField withNumericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
numericalMeasureField
- The measure type field with numerical type columns.public void setCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
categoricalMeasureField
- The measure type field with categorical type columns.public CategoricalMeasureField getCategoricalMeasureField()
The measure type field with categorical type columns.
public MeasureField withCategoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
categoricalMeasureField
- The measure type field with categorical type columns.public void setDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
dateMeasureField
- The measure type field with date type columns.public DateMeasureField getDateMeasureField()
The measure type field with date type columns.
public MeasureField withDateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
dateMeasureField
- The measure type field with date type columns.public void setCalculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
calculatedMeasureField
- The calculated measure field only used in pivot tables.public CalculatedMeasureField getCalculatedMeasureField()
The calculated measure field only used in pivot tables.
public MeasureField withCalculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
calculatedMeasureField
- The calculated measure field only used in pivot tables.public String toString()
toString
in class Object
Object.toString()
public MeasureField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.