@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextDocumentStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about text documents in an index.
| Constructor and Description |
|---|
TextDocumentStatistics() |
| Modifier and Type | Method and Description |
|---|---|
TextDocumentStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getIndexedTextBytes()
The total size, in bytes, of the indexed documents.
|
Integer |
getIndexedTextDocumentCount()
The number of text documents indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIndexedTextBytes(Long indexedTextBytes)
The total size, in bytes, of the indexed documents.
|
void |
setIndexedTextDocumentCount(Integer indexedTextDocumentCount)
The number of text documents indexed.
|
String |
toString()
Returns a string representation of this object.
|
TextDocumentStatistics |
withIndexedTextBytes(Long indexedTextBytes)
The total size, in bytes, of the indexed documents.
|
TextDocumentStatistics |
withIndexedTextDocumentCount(Integer indexedTextDocumentCount)
The number of text documents indexed.
|
public void setIndexedTextBytes(Long indexedTextBytes)
The total size, in bytes, of the indexed documents.
indexedTextBytes - The total size, in bytes, of the indexed documents.public Long getIndexedTextBytes()
The total size, in bytes, of the indexed documents.
public TextDocumentStatistics withIndexedTextBytes(Long indexedTextBytes)
The total size, in bytes, of the indexed documents.
indexedTextBytes - The total size, in bytes, of the indexed documents.public void setIndexedTextDocumentCount(Integer indexedTextDocumentCount)
The number of text documents indexed.
indexedTextDocumentCount - The number of text documents indexed.public Integer getIndexedTextDocumentCount()
The number of text documents indexed.
public TextDocumentStatistics withIndexedTextDocumentCount(Integer indexedTextDocumentCount)
The number of text documents indexed.
indexedTextDocumentCount - The number of text documents indexed.public String toString()
toString in class ObjectObject.toString()public TextDocumentStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.