public class DescribeDefaultSearchFieldResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the default search field for a search domain.
| コンストラクタと説明 |
|---|
DescribeDefaultSearchFieldResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
DefaultSearchFieldStatus |
getDefaultSearchField()
The name of the
IndexField to use for search requests
issued with the q parameter. |
int |
hashCode() |
void |
setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the
IndexField to use for search requests
issued with the q parameter. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDefaultSearchFieldResult |
withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the
IndexField to use for search requests
issued with the q parameter. |
public DefaultSearchFieldStatus getDefaultSearchField()
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.defaultSearchField - The name of the IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.public DescribeDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.
Returns a reference to this object so that method calls can be chained together.
defaultSearchField - The name of the IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.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