Class DescribeStreamLinkEventAttachedFlowsRequest


  • public class DescribeStreamLinkEventAttachedFlowsRequest
    extends AbstractModel
    • 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。