@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisibleRangeOptions extends Object implements Serializable, Cloneable, StructuredPojo
The range options for the data zoom scroll bar.
Constructor and Description |
---|
VisibleRangeOptions() |
Modifier and Type | Method and Description |
---|---|
VisibleRangeOptions |
clone() |
boolean |
equals(Object obj) |
PercentVisibleRange |
getPercentRange()
The percent range in the visible range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPercentRange(PercentVisibleRange percentRange)
The percent range in the visible range.
|
String |
toString()
Returns a string representation of this object.
|
VisibleRangeOptions |
withPercentRange(PercentVisibleRange percentRange)
The percent range in the visible range.
|
public void setPercentRange(PercentVisibleRange percentRange)
The percent range in the visible range.
percentRange
- The percent range in the visible range.public PercentVisibleRange getPercentRange()
The percent range in the visible range.
public VisibleRangeOptions withPercentRange(PercentVisibleRange percentRange)
The percent range in the visible range.
percentRange
- The percent range in the visible range.public String toString()
toString
in class Object
Object.toString()
public VisibleRangeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.