|
||||||||||
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. |
Long |
getAttributeNamesSizeBytes()
The total size of all unique attribute names in the domain, in bytes. |
Integer |
getAttributeValueCount()
The number of all attribute name/value pairs in the domain. |
Long |
getAttributeValuesSizeBytes()
The total size of all attribute values in the domain, in bytes. |
Integer |
getItemCount()
The number of all items in the domain. |
Long |
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(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes. |
void |
setAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain. |
void |
setAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes. |
void |
setItemCount(Integer itemCount)
The number of all items in the domain. |
void |
setItemNamesSizeBytes(Long 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(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes. |
DomainMetadataResult |
withAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain. |
DomainMetadataResult |
withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes. |
DomainMetadataResult |
withItemCount(Integer itemCount)
The number of all items in the domain. |
DomainMetadataResult |
withItemNamesSizeBytes(Long 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 Long getItemNamesSizeBytes()
public void setItemNamesSizeBytes(Long itemNamesSizeBytes)
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.public DomainMetadataResult withItemNamesSizeBytes(Long 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 Long getAttributeNamesSizeBytes()
public void setAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in bytes.public DomainMetadataResult withAttributeNamesSizeBytes(Long 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 the domain, 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 Long getAttributeValuesSizeBytes()
public void setAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.public DomainMetadataResult withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
Returns a reference to this object so that method calls can be chained together.
attributeValuesSizeBytes
- The total size of all attribute values in the domain, 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 |