public class ListNonCompliantResourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListNonCompliantResourceRequest() |
ListNonCompliantResourceRequest(ListNonCompliantResourceRequest 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 |
---|---|
Long |
getMaxResults()
Get 限制数目。取值范围:1~50。
|
Long |
getMemberUin()
Get 成员Uin。
|
String |
getPaginationToken()
Get 从上一页的响应中获取的下一页的Token值。
如果是第一次请求,设置为空。
|
String |
getTagKey()
Get 标签键。
|
void |
setMaxResults(Long MaxResults)
Set 限制数目。取值范围:1~50。
|
void |
setMemberUin(Long MemberUin)
Set 成员Uin。
|
void |
setPaginationToken(String PaginationToken)
Set 从上一页的响应中获取的下一页的Token值。
如果是第一次请求,设置为空。
|
void |
setTagKey(String TagKey)
Set 标签键。
|
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, toJsonString
public ListNonCompliantResourceRequest()
public ListNonCompliantResourceRequest(ListNonCompliantResourceRequest source)
public Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults
- 限制数目。取值范围:1~50。public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- 成员Uin。public String getPaginationToken()
public void setPaginationToken(String PaginationToken)
PaginationToken
- 从上一页的响应中获取的下一页的Token值。
如果是第一次请求,设置为空。public String getTagKey()
public void setTagKey(String TagKey)
TagKey
- 标签键。Copyright © 2025. All rights reserved.