Class DescribeStreamLinkEventAttachedFlowsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeStreamLinkEventAttachedFlowsRequest
-
public class DescribeStreamLinkEventAttachedFlowsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeStreamLinkEventAttachedFlowsRequest()DescribeStreamLinkEventAttachedFlowsRequest(DescribeStreamLinkEventAttachedFlowsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventId()Get EventId。LonggetPageNum()Get 当前页数,默认1。LonggetPageSize()Get 每页大小,默认1000。voidsetEventId(String EventId)Set EventId。voidsetPageNum(Long PageNum)Set 当前页数,默认1。voidsetPageSize(Long PageSize)Set 每页大小,默认1000。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeStreamLinkEventAttachedFlowsRequest
public DescribeStreamLinkEventAttachedFlowsRequest()
-
DescribeStreamLinkEventAttachedFlowsRequest
public DescribeStreamLinkEventAttachedFlowsRequest(DescribeStreamLinkEventAttachedFlowsRequest 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.
-
-
Method Detail
-
getEventId
public String getEventId()
Get EventId。- Returns:
- EventId EventId。
-
setEventId
public void setEventId(String EventId)
Set EventId。- Parameters:
EventId- EventId。
-
getPageNum
public Long getPageNum()
Get 当前页数,默认1。- Returns:
- PageNum 当前页数,默认1。
-
setPageNum
public void setPageNum(Long PageNum)
Set 当前页数,默认1。- Parameters:
PageNum- 当前页数,默认1。
-
getPageSize
public Long getPageSize()
Get 每页大小,默认1000。- Returns:
- PageSize 每页大小,默认1000。
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页大小,默认1000。- Parameters:
PageSize- 每页大小,默认1000。
-
-