@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPIFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a KPI visual.
| Constructor and Description |
|---|
KPIFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
KPIFieldWells |
clone() |
boolean |
equals(Object obj) |
List<MeasureField> |
getTargetValues()
The target value field wells of a KPI visual.
|
List<DimensionField> |
getTrendGroups()
The trend group field wells of a KPI visual.
|
List<MeasureField> |
getValues()
The value field wells of a KPI visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
|
void |
setTrendGroups(Collection<DimensionField> trendGroups)
The trend group field wells of a KPI visual.
|
void |
setValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
|
String |
toString()
Returns a string representation of this object.
|
KPIFieldWells |
withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
|
KPIFieldWells |
withTargetValues(MeasureField... targetValues)
The target value field wells of a KPI visual.
|
KPIFieldWells |
withTrendGroups(Collection<DimensionField> trendGroups)
The trend group field wells of a KPI visual.
|
KPIFieldWells |
withTrendGroups(DimensionField... trendGroups)
The trend group field wells of a KPI visual.
|
KPIFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
|
KPIFieldWells |
withValues(MeasureField... values)
The value field wells of a KPI visual.
|
public List<MeasureField> getValues()
The value field wells of a KPI visual.
public void setValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
values - The value field wells of a KPI visual.public KPIFieldWells withValues(MeasureField... values)
The value field wells of a KPI visual.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The value field wells of a KPI visual.public KPIFieldWells withValues(Collection<MeasureField> values)
The value field wells of a KPI visual.
values - The value field wells of a KPI visual.public List<MeasureField> getTargetValues()
The target value field wells of a KPI visual.
public void setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
targetValues - The target value field wells of a KPI visual.public KPIFieldWells withTargetValues(MeasureField... targetValues)
The target value field wells of a KPI visual.
NOTE: This method appends the values to the existing list (if any). Use
setTargetValues(java.util.Collection) or withTargetValues(java.util.Collection) if you want to
override the existing values.
targetValues - The target value field wells of a KPI visual.public KPIFieldWells withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a KPI visual.
targetValues - The target value field wells of a KPI visual.public List<DimensionField> getTrendGroups()
The trend group field wells of a KPI visual.
public void setTrendGroups(Collection<DimensionField> trendGroups)
The trend group field wells of a KPI visual.
trendGroups - The trend group field wells of a KPI visual.public KPIFieldWells withTrendGroups(DimensionField... trendGroups)
The trend group field wells of a KPI visual.
NOTE: This method appends the values to the existing list (if any). Use
setTrendGroups(java.util.Collection) or withTrendGroups(java.util.Collection) if you want to
override the existing values.
trendGroups - The trend group field wells of a KPI visual.public KPIFieldWells withTrendGroups(Collection<DimensionField> trendGroups)
The trend group field wells of a KPI visual.
trendGroups - The trend group field wells of a KPI visual.public String toString()
toString in class ObjectObject.toString()public KPIFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.