@Generated(value="software.amazon.awssdk:codegen") public final class IndexStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>
Provides information about the number of documents and the number of questions and answers in an index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FaqStatistics |
faqStatistics()
The number of question and answer topics in the index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IndexStatistics.Builder> |
serializableBuilderClass() |
TextDocumentStatistics |
textDocumentStatistics()
The number of text documents indexed.
|
IndexStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic FaqStatistics faqStatistics()
The number of question and answer topics in the index.
public TextDocumentStatistics textDocumentStatistics()
The number of text documents indexed.
public IndexStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>public static IndexStatistics.Builder builder()
public static Class<? extends IndexStatistics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.