public class DescribeMediaPackageChannelsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMediaPackageChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNum()
Get Page number.
|
Long |
getPageSize()
Get The size of each page.
|
void |
setPageNum(Long PageNum)
Set Page number.
|
void |
setPageSize(Long PageSize)
Set The size of each page.
|
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 Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number. Value range: [1, 1000].public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- The size of each page. Value range: [1, 1000].Copyright © 2020. All rights reserved.