public class DescribeMatchesResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMatchesResponse()  | 
DescribeMatchesResponse(DescribeMatchesResponse 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 for querying (optional) 
 | 
MatchInfo[] | 
getMatchInfoList()
Get Matchmaking information list
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
Long | 
getPageNumber()
Get The current page number. 
 | 
Long | 
getPageSize()
Get The number of matches per page. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getSearchType()
Get Query type (optional). 
 | 
Long | 
getTotalCount()
Get Total number of results 
 | 
void | 
setKeyword(String Keyword)
Set Keyword for querying (optional) 
 | 
void | 
setMatchInfoList(MatchInfo[] MatchInfoList)
Set Matchmaking information list
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
void | 
setPageNumber(Long PageNumber)
Set The current page number. 
 | 
void | 
setPageSize(Long PageSize)
Set The number of matches per page. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setSearchType(String SearchType)
Set Query type (optional). 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total number of results 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeMatchesResponse()
public DescribeMatchesResponse(DescribeMatchesResponse source)
public MatchInfo[] getMatchInfoList()
public void setMatchInfoList(MatchInfo[] MatchInfoList)
MatchInfoList - Matchmaking information list
Note: this field may return `null`, indicating that no valid value is obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of resultspublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - The current page number. The first page will be returned by default if this parameter is left empty.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The number of matches per page. If this parameter is left empty, 30 matches are displayed per page by default. Maximum value: 30public String getSearchType()
public void setSearchType(String SearchType)
SearchType - Query type (optional). Valid values: matchName (query by match name), matchCode (query by matchCode), ruleName (query by rule name), and tag (query by tag key/value)public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Keyword for querying (optional)public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.