public class DeleteIndexFieldResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the status of a deleted index field.
| コンストラクタと説明 |
|---|
DeleteIndexFieldResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
IndexFieldStatus |
getIndexField()
The value of an
IndexField and its current status. |
int |
hashCode() |
void |
setIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
public IndexFieldStatus getIndexField()
IndexField and its current status.IndexField and its current status.public void setIndexField(IndexFieldStatus indexField)
IndexField and its current status.indexField - The value of an IndexField and its current status.public DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
IndexField and its current status.
Returns a reference to this object so that method calls can be chained together.
indexField - The value of an IndexField and its current status.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