|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.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()
Configuration information for a field in the index, including its name, type, and options. |
OptionStatus |
getStatus()
The status of domain configuration option. |
int |
hashCode()
|
void |
setOptions(IndexField options)
Configuration information for a field in the index, including its name, type, and options. |
void |
setStatus(OptionStatus status)
The status of domain configuration option. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
IndexFieldStatus |
withOptions(IndexField options)
Configuration information for a field in the index, including its name, type, and options. |
IndexFieldStatus |
withStatus(OptionStatus status)
The status of domain configuration option. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexFieldStatus()
Method Detail |
---|
public IndexField getOptions()
IndexFieldType
.
IndexFieldType
.public void setOptions(IndexField options)
IndexFieldType
.
options
- Configuration information for a field in the index, including its
name, type, and options. The supported options depend on the
IndexFieldType
.public IndexFieldStatus withOptions(IndexField options)
IndexFieldType
.
Returns a reference to this object so that method calls can be chained together.
options
- Configuration information for a field in the index, including its
name, type, and options. The supported options depend on the
IndexFieldType
.
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public IndexFieldStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |