@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisDisplayMinMaxRange extends Object implements Serializable, Cloneable, StructuredPojo
The minimum and maximum setup for an axis display range.
Constructor and Description |
---|
AxisDisplayMinMaxRange() |
Modifier and Type | Method and Description |
---|---|
AxisDisplayMinMaxRange |
clone() |
boolean |
equals(Object obj) |
Double |
getMaximum()
The maximum setup for an axis display range.
|
Double |
getMinimum()
The minimum setup for an axis display range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaximum(Double maximum)
The maximum setup for an axis display range.
|
void |
setMinimum(Double minimum)
The minimum setup for an axis display range.
|
String |
toString()
Returns a string representation of this object.
|
AxisDisplayMinMaxRange |
withMaximum(Double maximum)
The maximum setup for an axis display range.
|
AxisDisplayMinMaxRange |
withMinimum(Double minimum)
The minimum setup for an axis display range.
|
public void setMinimum(Double minimum)
The minimum setup for an axis display range.
minimum
- The minimum setup for an axis display range.public Double getMinimum()
The minimum setup for an axis display range.
public AxisDisplayMinMaxRange withMinimum(Double minimum)
The minimum setup for an axis display range.
minimum
- The minimum setup for an axis display range.public void setMaximum(Double maximum)
The maximum setup for an axis display range.
maximum
- The maximum setup for an axis display range.public Double getMaximum()
The maximum setup for an axis display range.
public AxisDisplayMinMaxRange withMaximum(Double maximum)
The maximum setup for an axis display range.
maximum
- The maximum setup for an axis display range.public String toString()
toString
in class Object
Object.toString()
public AxisDisplayMinMaxRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.