public class DescribeMediaConnectFlowsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMediaConnectFlowsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNum()
Get Number of current pages.
|
Long |
getPageSize()
Get Number of entries per page.
|
void |
setPageNum(Long PageNum)
Set Number of current pages.
|
void |
setPageSize(Long PageSize)
Set Number of entries per 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
- Number of current pages. Default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of entries per page. Default value: 10.Copyright © 2021. All rights reserved.