|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.DomainMetadataResult
public class DomainMetadataResult
Domain Metadata Result
| Constructor Summary | |
|---|---|
DomainMetadataResult()
|
|
| Method Summary | |
|---|---|
Integer |
getAttributeNameCount()
The number of unique attribute names in the domain. |
Integer |
getAttributeNamesSizeBytes()
The total size of all unique attribute names, in bytes. |
Integer |
getAttributeValueCount()
The number of all attribute name/value pairs in the domain. |
Integer |
getAttributeValuesSizeBytes()
The total size of all attribute values, in bytes. |
Integer |
getItemCount()
The number of all items in the domain. |
Integer |
getItemNamesSizeBytes()
The total size of all item names in the domain, in bytes. |
Integer |
getTimestamp()
The data and time when metadata was calculated in Epoch (UNIX) time. |
void |
setAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain. |
void |
setAttributeNamesSizeBytes(Integer attributeNamesSizeBytes)
The total size of all unique attribute names, in bytes. |
void |
setAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain. |
void |
setAttributeValuesSizeBytes(Integer attributeValuesSizeBytes)
The total size of all attribute values, in bytes. |
void |
setItemCount(Integer itemCount)
The number of all items in the domain. |
void |
setItemNamesSizeBytes(Integer itemNamesSizeBytes)
The total size of all item names in the domain, in bytes. |
void |
setTimestamp(Integer timestamp)
The data and time when metadata was calculated in Epoch (UNIX) time. |
String |
toString()
|
DomainMetadataResult |
withAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain. |
DomainMetadataResult |
withAttributeNamesSizeBytes(Integer attributeNamesSizeBytes)
The total size of all unique attribute names, in bytes. |
DomainMetadataResult |
withAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain. |
DomainMetadataResult |
withAttributeValuesSizeBytes(Integer attributeValuesSizeBytes)
The total size of all attribute values, in bytes. |
DomainMetadataResult |
withItemCount(Integer itemCount)
The number of all items in the domain. |
DomainMetadataResult |
withItemNamesSizeBytes(Integer itemNamesSizeBytes)
The total size of all item names in the domain, in bytes. |
DomainMetadataResult |
withTimestamp(Integer timestamp)
The data and time when metadata was calculated in Epoch (UNIX) time. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DomainMetadataResult()
| Method Detail |
|---|
public Integer getItemCount()
public void setItemCount(Integer itemCount)
itemCount - The number of all items in the domain.public DomainMetadataResult withItemCount(Integer itemCount)
Returns a reference to this object so that method calls can be chained together.
itemCount - The number of all items in the domain.
public Integer getItemNamesSizeBytes()
public void setItemNamesSizeBytes(Integer itemNamesSizeBytes)
itemNamesSizeBytes - The total size of all item names in the domain, in bytes.public DomainMetadataResult withItemNamesSizeBytes(Integer itemNamesSizeBytes)
Returns a reference to this object so that method calls can be chained together.
itemNamesSizeBytes - The total size of all item names in the domain, in bytes.
public Integer getAttributeNameCount()
public void setAttributeNameCount(Integer attributeNameCount)
attributeNameCount - The number of unique attribute names in the domain.public DomainMetadataResult withAttributeNameCount(Integer attributeNameCount)
Returns a reference to this object so that method calls can be chained together.
attributeNameCount - The number of unique attribute names in the domain.
public Integer getAttributeNamesSizeBytes()
public void setAttributeNamesSizeBytes(Integer attributeNamesSizeBytes)
attributeNamesSizeBytes - The total size of all unique attribute names, in bytes.public DomainMetadataResult withAttributeNamesSizeBytes(Integer attributeNamesSizeBytes)
Returns a reference to this object so that method calls can be chained together.
attributeNamesSizeBytes - The total size of all unique attribute names, in bytes.
public Integer getAttributeValueCount()
public void setAttributeValueCount(Integer attributeValueCount)
attributeValueCount - The number of all attribute name/value pairs in the domain.public DomainMetadataResult withAttributeValueCount(Integer attributeValueCount)
Returns a reference to this object so that method calls can be chained together.
attributeValueCount - The number of all attribute name/value pairs in the domain.
public Integer getAttributeValuesSizeBytes()
public void setAttributeValuesSizeBytes(Integer attributeValuesSizeBytes)
attributeValuesSizeBytes - The total size of all attribute values, in bytes.public DomainMetadataResult withAttributeValuesSizeBytes(Integer attributeValuesSizeBytes)
Returns a reference to this object so that method calls can be chained together.
attributeValuesSizeBytes - The total size of all attribute values, in bytes.
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
timestamp - The data and time when metadata was calculated in Epoch (UNIX) time.public DomainMetadataResult withTimestamp(Integer timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp - The data and time when metadata was calculated in Epoch (UNIX) time.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||