public static class RegionAttributesType.PartitionAttributes.FixedPartitionAttributes extends 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 Boolean |
isPrimary |
protected String |
numBuckets |
protected String |
partitionName |
Constructor and Description |
---|
FixedPartitionAttributes() |
Modifier and Type | Method and Description |
---|---|
String |
getNumBuckets()
Gets the value of the numBuckets property.
|
String |
getPartitionName()
Gets the value of the partitionName property.
|
Boolean |
isIsPrimary()
Gets the value of the isPrimary property.
|
void |
setIsPrimary(Boolean value)
Sets the value of the isPrimary property.
|
void |
setNumBuckets(String value)
Sets the value of the numBuckets property.
|
void |
setPartitionName(String value)
Sets the value of the partitionName property.
|
protected String partitionName
protected Boolean isPrimary
protected String numBuckets
public String getPartitionName()
String
public void setPartitionName(String value)
String
public Boolean isIsPrimary()
Boolean
public void setIsPrimary(Boolean value)
Boolean
public String getNumBuckets()
String