public class UpdateDefaultSearchFieldResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the status of an updated default search field.
| コンストラクタと説明 |
|---|
UpdateDefaultSearchFieldResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
DefaultSearchFieldStatus |
getDefaultSearchField()
The value of the
DefaultSearchField configured for this
search domain and its current status. |
int |
hashCode() |
void |
setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the
DefaultSearchField configured for this
search domain and its current status. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDefaultSearchFieldResult |
withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the
DefaultSearchField configured for this
search domain and its current status. |
public DefaultSearchFieldStatus getDefaultSearchField()
DefaultSearchField configured for this
search domain and its current status.DefaultSearchField configured for this
search domain and its current status.public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
DefaultSearchField configured for this
search domain and its current status.defaultSearchField - The value of the DefaultSearchField configured for this
search domain and its current status.public UpdateDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
DefaultSearchField configured for this
search domain and its current status.
Returns a reference to this object so that method calls can be chained together.
defaultSearchField - The value of the DefaultSearchField configured for this
search domain 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