public class DeleteIndexFieldResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DeleteIndexField
request.
Modifier and Type | Field and Description |
---|---|
private IndexFieldStatus |
indexField
The status of the index field being deleted.
|
Constructor and Description |
---|
DeleteIndexFieldResult() |
Modifier and Type | Method and Description |
---|---|
DeleteIndexFieldResult |
clone() |
boolean |
equals(java.lang.Object obj) |
IndexFieldStatus |
getIndexField()
The status of the index field being deleted.
|
int |
hashCode() |
void |
setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
|
private IndexFieldStatus indexField
The status of the index field being deleted.
public void setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
indexField
- The status of the index field being deleted.public IndexFieldStatus getIndexField()
The status of the index field being deleted.
public DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.
indexField
- The status of the index field being deleted.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 DeleteIndexFieldResult clone()
clone
in class java.lang.Object