public class DescribeMatchesRequest extends AbstractModel
Constructor and Description |
---|
DescribeMatchesRequest() |
DescribeMatchesRequest(DescribeMatchesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Get Keyword.
|
Long |
getPageNumber()
Get The current page number.
|
Long |
getPageSize()
Get Number of matchmaking lists per page.
|
String |
getSearchType()
Get Query type (optional).
|
Tag[] |
getTags()
Get Tags.
|
void |
setKeyword(String Keyword)
Set Keyword.
|
void |
setPageNumber(Long PageNumber)
Set The current page number.
|
void |
setPageSize(Long PageSize)
Set Number of matchmaking lists per page.
|
void |
setSearchType(String SearchType)
Set Query type (optional).
|
void |
setTags(Tag[] Tags)
Set Tags.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeMatchesRequest()
public DescribeMatchesRequest(DescribeMatchesRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- The current page number. If this parameter is left empty, all queried matches will be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of matchmaking lists per page. If this parameter is left empty, all queried matches will be obtained.public String getSearchType()
public void setSearchType(String SearchType)
SearchType
- Query type (optional). Valid values: match (query by matchCode or matchName), rule (query by ruleCode or ruleName), and other types (not filtered)public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword. Enter a keyword about SearchType to query.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tags. Enter a tag for querying.Copyright © 2021. All rights reserved.