public class IndexDocumentsResult
extends java.lang.Object
implements java.io.Serializable
The result of an IndexDocuments action.
| コンストラクタと説明 |
|---|
IndexDocumentsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getFieldNames()
The names of the fields that are currently being processed due to an
IndexDocuments action. |
int |
hashCode() |
void |
setFieldNames(java.util.Collection<java.lang.String> fieldNames)
The names of the fields that are currently being processed due to an
IndexDocuments action. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IndexDocumentsResult |
withFieldNames(java.util.Collection<java.lang.String> fieldNames)
The names of the fields that are currently being processed due to an
IndexDocuments action. |
IndexDocumentsResult |
withFieldNames(java.lang.String... fieldNames)
The names of the fields that are currently being processed due to an
IndexDocuments action. |
public java.util.List<java.lang.String> getFieldNames()
IndexDocuments action.IndexDocuments action.public void setFieldNames(java.util.Collection<java.lang.String> fieldNames)
IndexDocuments action.fieldNames - The names of the fields that are currently being processed due to an
IndexDocuments action.public IndexDocumentsResult withFieldNames(java.lang.String... fieldNames)
IndexDocuments action.
Returns a reference to this object so that method calls can be chained together.
fieldNames - The names of the fields that are currently being processed due to an
IndexDocuments action.public IndexDocumentsResult withFieldNames(java.util.Collection<java.lang.String> fieldNames)
IndexDocuments action.
Returns a reference to this object so that method calls can be chained together.
fieldNames - The names of the fields that are currently being processed due to an
IndexDocuments action.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