public class DeleteIndexFieldResult extends Object implements Serializable
The result of a DeleteIndexField
request.
Constructor and Description |
---|
DeleteIndexFieldResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
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.
|
public IndexFieldStatus getIndexField()
public void setIndexField(IndexFieldStatus indexField)
indexField
- The status of the index field being deleted.public DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
Returns a reference to this object so that method calls can be chained together.
indexField
- The status of the index field being deleted.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.