|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudsearch.model.IndexFieldStatus
public class IndexFieldStatus
The value of an IndexField and its current status.
| Constructor Summary | |
|---|---|
IndexFieldStatus()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
IndexField |
getOptions()
Defines a field in the index, including its name, type, and the source of its data. |
OptionStatus |
getStatus()
The status of an option, including when it was last updated and whether it is actively in use for searches. |
int |
hashCode()
|
void |
setOptions(IndexField options)
Defines a field in the index, including its name, type, and the source of its data. |
void |
setStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
IndexFieldStatus |
withOptions(IndexField options)
Defines a field in the index, including its name, type, and the source of its data. |
IndexFieldStatus |
withStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexFieldStatus()
| Method Detail |
|---|
public IndexField getOptions()
IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.
IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.public void setOptions(IndexField options)
IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.
options - Defines a field in the index, including its name, type, and the source
of its data. The IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.public IndexFieldStatus withOptions(IndexField options)
IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.
Returns a reference to this object so that method calls can be chained together.
options - Defines a field in the index, including its name, type, and the source
of its data. The IndexFieldType indicates which of the
options will be present. It is invalid to specify options for a type
other than the IndexFieldType.
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status - The status of an option, including when it was last updated and
whether it is actively in use for searches.public IndexFieldStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The status of an option, including when it was last updated and
whether it is actively in use for searches.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||