public class DomainMetadataResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DomainMetadataResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAttributeNameCount()
The number of unique attribute names in the domain.
|
java.lang.Long |
getAttributeNamesSizeBytes()
The total size of all unique attribute names in the domain, in bytes.
|
java.lang.Integer |
getAttributeValueCount()
The number of all attribute name/value pairs in the domain.
|
java.lang.Long |
getAttributeValuesSizeBytes()
The total size of all attribute values in the domain, in bytes.
|
java.lang.Integer |
getItemCount()
The number of all items in the domain.
|
java.lang.Long |
getItemNamesSizeBytes()
The total size of all item names in the domain, in bytes.
|
java.lang.Integer |
getTimestamp()
The data and time when metadata was calculated, in Epoch (UNIX)
seconds.
|
int |
hashCode() |
void |
setAttributeNameCount(java.lang.Integer attributeNameCount)
The number of unique attribute names in the domain.
|
void |
setAttributeNamesSizeBytes(java.lang.Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
|
void |
setAttributeValueCount(java.lang.Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
|
void |
setAttributeValuesSizeBytes(java.lang.Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
|
void |
setItemCount(java.lang.Integer itemCount)
The number of all items in the domain.
|
void |
setItemNamesSizeBytes(java.lang.Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
|
void |
setTimestamp(java.lang.Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX)
seconds.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainMetadataResult |
withAttributeNameCount(java.lang.Integer attributeNameCount)
The number of unique attribute names in the domain.
|
DomainMetadataResult |
withAttributeNamesSizeBytes(java.lang.Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
|
DomainMetadataResult |
withAttributeValueCount(java.lang.Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
|
DomainMetadataResult |
withAttributeValuesSizeBytes(java.lang.Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
|
DomainMetadataResult |
withItemCount(java.lang.Integer itemCount)
The number of all items in the domain.
|
DomainMetadataResult |
withItemNamesSizeBytes(java.lang.Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
|
DomainMetadataResult |
withTimestamp(java.lang.Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX)
seconds.
|
public java.lang.Integer getItemCount()
public void setItemCount(java.lang.Integer itemCount)
itemCount - The number of all items in the domain.public DomainMetadataResult withItemCount(java.lang.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 java.lang.Long getItemNamesSizeBytes()
public void setItemNamesSizeBytes(java.lang.Long itemNamesSizeBytes)
itemNamesSizeBytes - The total size of all item names in the domain, in bytes.public DomainMetadataResult withItemNamesSizeBytes(java.lang.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 java.lang.Integer getAttributeNameCount()
public void setAttributeNameCount(java.lang.Integer attributeNameCount)
attributeNameCount - The number of unique attribute names in the domain.public DomainMetadataResult withAttributeNameCount(java.lang.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 java.lang.Long getAttributeNamesSizeBytes()
public void setAttributeNamesSizeBytes(java.lang.Long attributeNamesSizeBytes)
attributeNamesSizeBytes - The total size of all unique attribute names in the domain, in bytes.public DomainMetadataResult withAttributeNamesSizeBytes(java.lang.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 java.lang.Integer getAttributeValueCount()
public void setAttributeValueCount(java.lang.Integer attributeValueCount)
attributeValueCount - The number of all attribute name/value pairs in the domain.public DomainMetadataResult withAttributeValueCount(java.lang.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 java.lang.Long getAttributeValuesSizeBytes()
public void setAttributeValuesSizeBytes(java.lang.Long attributeValuesSizeBytes)
attributeValuesSizeBytes - The total size of all attribute values in the domain, in bytes.public DomainMetadataResult withAttributeValuesSizeBytes(java.lang.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 java.lang.Integer getTimestamp()
public void setTimestamp(java.lang.Integer timestamp)
timestamp - The data and time when metadata was calculated, in Epoch (UNIX)
seconds.public DomainMetadataResult withTimestamp(java.lang.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)
seconds.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object