public class DescribeStreamLinkEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStreamLinkEventsRequest() |
DescribeStreamLinkEventsRequest(DescribeStreamLinkEventsRequest 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 当前页数,默认1。
|
Long |
getPageSize()
Get 每页大小,默认10。
|
void |
setPageNum(Long PageNum)
Set 当前页数,默认1。
|
void |
setPageSize(Long PageSize)
Set 每页大小,默认10。
|
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 DescribeStreamLinkEventsRequest()
public DescribeStreamLinkEventsRequest(DescribeStreamLinkEventsRequest source)
public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 当前页数,默认1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页大小,默认10。Copyright © 2024. All rights reserved.