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