public static class RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bytes-threshold" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time-interval" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bytesThreshold |
protected java.lang.String |
timeInterval |
| Constructor and Description |
|---|
AsynchronousWrites() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBytesThreshold()
Gets the value of the bytesThreshold property.
|
java.lang.String |
getTimeInterval()
Gets the value of the timeInterval property.
|
void |
setBytesThreshold(java.lang.String value)
Sets the value of the bytesThreshold property.
|
void |
setTimeInterval(java.lang.String value)
Sets the value of the timeInterval property.
|
protected java.lang.String bytesThreshold
protected java.lang.String timeInterval
public java.lang.String getBytesThreshold()
Stringpublic void setBytesThreshold(java.lang.String value)
Stringpublic java.lang.String getTimeInterval()
Stringpublic void setTimeInterval(java.lang.String value)
String