public class QueryForbidPlayChannelListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryForbidPlayChannelListRequest() |
QueryForbidPlayChannelListRequest(QueryForbidPlayChannelListRequest 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 |
getPageNumber()
Get 第几页
|
Long |
getPageSize()
Get 每页最大数量,最大为200,超过按照200返回
|
String |
getUserId()
Get 子用户uin,也可以是主用户的uin
|
void |
setPageNumber(Long PageNumber)
Set 第几页
|
void |
setPageSize(Long PageSize)
Set 每页最大数量,最大为200,超过按照200返回
|
void |
setUserId(String UserId)
Set 子用户uin,也可以是主用户的uin
|
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 QueryForbidPlayChannelListRequest()
public QueryForbidPlayChannelListRequest(QueryForbidPlayChannelListRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 子用户uin,也可以是主用户的uinpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页最大数量,最大为200,超过按照200返回public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 第几页Copyright © 2024. All rights reserved.