public static class RegionAttributesType.PartitionAttributes.FixedPartitionAttributes
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="partition-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="is-primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="num-buckets" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
isPrimary |
protected java.lang.String |
numBuckets |
protected java.lang.String |
partitionName |
| Constructor and Description |
|---|
FixedPartitionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNumBuckets()
Gets the value of the numBuckets property.
|
java.lang.String |
getPartitionName()
Gets the value of the partitionName property.
|
java.lang.Boolean |
isIsPrimary()
Gets the value of the isPrimary property.
|
void |
setIsPrimary(java.lang.Boolean value)
Sets the value of the isPrimary property.
|
void |
setNumBuckets(java.lang.String value)
Sets the value of the numBuckets property.
|
void |
setPartitionName(java.lang.String value)
Sets the value of the partitionName property.
|
protected java.lang.String partitionName
protected java.lang.Boolean isPrimary
protected java.lang.String numBuckets
public java.lang.String getPartitionName()
Stringpublic void setPartitionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsPrimary()
Booleanpublic void setIsPrimary(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getNumBuckets()
Stringpublic void setNumBuckets(java.lang.String value)
value - allowed object is
String