public class DomainMetadataResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
attributeNameCount
The number of unique attribute names in the domain.
|
private java.lang.Long |
attributeNamesSizeBytes
The total size of all unique attribute names in the domain, in bytes.
|
private java.lang.Integer |
attributeValueCount
The number of all attribute name/value pairs in the domain.
|
private java.lang.Long |
attributeValuesSizeBytes
The total size of all attribute values in the domain, in bytes.
|
private java.lang.Integer |
itemCount
The number of all items in the domain.
|
private java.lang.Long |
itemNamesSizeBytes
The total size of all item names in the domain, in bytes.
|
private java.lang.Integer |
timestamp
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
|
Constructor and Description |
---|
DomainMetadataResult() |
Modifier and Type | Method and Description |
---|---|
DomainMetadataResult |
clone() |
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.
|
private java.lang.Integer itemCount
private java.lang.Long itemNamesSizeBytes
private java.lang.Integer attributeNameCount
private java.lang.Long attributeNamesSizeBytes
private java.lang.Integer attributeValueCount
private java.lang.Long attributeValuesSizeBytes
private java.lang.Integer timestamp
public void setItemCount(java.lang.Integer itemCount)
itemCount
- The number of all items in the domain.public java.lang.Integer getItemCount()
public DomainMetadataResult withItemCount(java.lang.Integer itemCount)
itemCount
- The number of all items in the domain.public void setItemNamesSizeBytes(java.lang.Long itemNamesSizeBytes)
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.public java.lang.Long getItemNamesSizeBytes()
public DomainMetadataResult withItemNamesSizeBytes(java.lang.Long itemNamesSizeBytes)
itemNamesSizeBytes
- The total size of all item names in the domain, in bytes.public void setAttributeNameCount(java.lang.Integer attributeNameCount)
attributeNameCount
- The number of unique attribute names in the domain.public java.lang.Integer getAttributeNameCount()
public DomainMetadataResult withAttributeNameCount(java.lang.Integer attributeNameCount)
attributeNameCount
- The number of unique attribute names in the domain.public void setAttributeNamesSizeBytes(java.lang.Long attributeNamesSizeBytes)
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in
bytes.public java.lang.Long getAttributeNamesSizeBytes()
public DomainMetadataResult withAttributeNamesSizeBytes(java.lang.Long attributeNamesSizeBytes)
attributeNamesSizeBytes
- The total size of all unique attribute names in the domain, in
bytes.public void setAttributeValueCount(java.lang.Integer attributeValueCount)
attributeValueCount
- The number of all attribute name/value pairs in the domain.public java.lang.Integer getAttributeValueCount()
public DomainMetadataResult withAttributeValueCount(java.lang.Integer attributeValueCount)
attributeValueCount
- The number of all attribute name/value pairs in the domain.public void setAttributeValuesSizeBytes(java.lang.Long attributeValuesSizeBytes)
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.public java.lang.Long getAttributeValuesSizeBytes()
public DomainMetadataResult withAttributeValuesSizeBytes(java.lang.Long attributeValuesSizeBytes)
attributeValuesSizeBytes
- The total size of all attribute values in the domain, in bytes.public void setTimestamp(java.lang.Integer timestamp)
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX)
seconds.public java.lang.Integer getTimestamp()
public DomainMetadataResult withTimestamp(java.lang.Integer timestamp)
timestamp
- The data and time when metadata was calculated, in Epoch (UNIX)
seconds.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DomainMetadataResult clone()
clone
in class java.lang.Object