public class DescribeMatchesResponse extends AbstractModel
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 查询关键词(可选)
|
MatchInfo[] |
getMatchInfoList()
Get 匹配信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPageNumber()
Get 当前页号,不填默认返回第一页
|
Long |
getPageSize()
Get 单页大小,不填默认取 30,最大值不能超过 30
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSearchType()
Get 查询类型(可选):matchName表示匹配名称,matchCode表示匹配code,ruleName表示规则名称,tag表示标签Key/Value
|
Long |
getTotalCount()
Get 总记录数
|
void |
setKeyword(String Keyword)
Set 查询关键词(可选)
|
void |
setMatchInfoList(MatchInfo[] MatchInfoList)
Set 匹配信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPageNumber(Long PageNumber)
Set 当前页号,不填默认返回第一页
|
void |
setPageSize(Long PageSize)
Set 单页大小,不填默认取 30,最大值不能超过 30
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSearchType(String SearchType)
Set 查询类型(可选):matchName表示匹配名称,matchCode表示匹配code,ruleName表示规则名称,tag表示标签Key/Value
|
void |
setTotalCount(Long TotalCount)
Set 总记录数
|
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 DescribeMatchesResponse()
public DescribeMatchesResponse(DescribeMatchesResponse source)
public MatchInfo[] getMatchInfoList()
public void setMatchInfoList(MatchInfo[] MatchInfoList)
MatchInfoList
- 匹配信息列表
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总记录数public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页号,不填默认返回第一页public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 单页大小,不填默认取 30,最大值不能超过 30public String getSearchType()
public void setSearchType(String SearchType)
SearchType
- 查询类型(可选):matchName表示匹配名称,matchCode表示匹配code,ruleName表示规则名称,tag表示标签Key/Valuepublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键词(可选)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.