@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArcAxisDisplayRange extends Object implements Serializable, Cloneable, StructuredPojo
The arc axis range of a GaugeChartVisual
.
Constructor and Description |
---|
ArcAxisDisplayRange() |
Modifier and Type | Method and Description |
---|---|
ArcAxisDisplayRange |
clone() |
boolean |
equals(Object obj) |
Double |
getMax()
The maximum value of the arc axis range.
|
Double |
getMin()
The minimum value of the arc axis range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMax(Double max)
The maximum value of the arc axis range.
|
void |
setMin(Double min)
The minimum value of the arc axis range.
|
String |
toString()
Returns a string representation of this object.
|
ArcAxisDisplayRange |
withMax(Double max)
The maximum value of the arc axis range.
|
ArcAxisDisplayRange |
withMin(Double min)
The minimum value of the arc axis range.
|
public void setMin(Double min)
The minimum value of the arc axis range.
min
- The minimum value of the arc axis range.public Double getMin()
The minimum value of the arc axis range.
public ArcAxisDisplayRange withMin(Double min)
The minimum value of the arc axis range.
min
- The minimum value of the arc axis range.public void setMax(Double max)
The maximum value of the arc axis range.
max
- The maximum value of the arc axis range.public Double getMax()
The maximum value of the arc axis range.
public ArcAxisDisplayRange withMax(Double max)
The maximum value of the arc axis range.
max
- The maximum value of the arc axis range.public String toString()
toString
in class Object
Object.toString()
public ArcAxisDisplayRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.