public class DescribeLiveForbidStreamListRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveForbidStreamListRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNum()
Get 取得第几页,默认1。
|
Long |
getPageSize()
Get 每页大小,最大100。
取值:1~100之前的任意整数。
默认值:10。
|
void |
setPageNum(Long PageNum)
Set 取得第几页,默认1。
|
void |
setPageSize(Long PageSize)
Set 每页大小,最大100。
取值:1~100之前的任意整数。
默认值:10。
|
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
- 取得第几页,默认1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页大小,最大100。
取值:1~100之前的任意整数。
默认值:10。Copyright © 2020. All rights reserved.