Class DescribeStreamLinkFlowLogsRequest


  • public class DescribeStreamLinkFlowLogsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeStreamLinkFlowLogsRequest

        public DescribeStreamLinkFlowLogsRequest()
      • DescribeStreamLinkFlowLogsRequest

        public DescribeStreamLinkFlowLogsRequest​(DescribeStreamLinkFlowLogsRequest 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

      • getFlowId

        public String getFlowId()
        Get 传输流Id。
        Returns:
        FlowId 传输流Id。
      • setFlowId

        public void setFlowId​(String FlowId)
        Set 传输流Id。
        Parameters:
        FlowId - 传输流Id。
      • getStartTime

        public String getStartTime()
        Get 统计的开始时间,默认为前一小时,最多支持查询近7天。 UTC时间,如'2020-01-01T12:00:00Z'。
        Returns:
        StartTime 统计的开始时间,默认为前一小时,最多支持查询近7天。 UTC时间,如'2020-01-01T12:00:00Z'。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 统计的开始时间,默认为前一小时,最多支持查询近7天。 UTC时间,如'2020-01-01T12:00:00Z'。
        Parameters:
        StartTime - 统计的开始时间,默认为前一小时,最多支持查询近7天。 UTC时间,如'2020-01-01T12:00:00Z'。
      • getEndTime

        public String getEndTime()
        Get 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。 UTC时间,如'2020-01-01T12:00:00Z'。
        Returns:
        EndTime 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。 UTC时间,如'2020-01-01T12:00:00Z'。
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。 UTC时间,如'2020-01-01T12:00:00Z'。
        Parameters:
        EndTime - 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。 UTC时间,如'2020-01-01T12:00:00Z'。
      • getType

        public String[] getType()
        Get 输入或输出类型,可选[input|output]。
        Returns:
        Type 输入或输出类型,可选[input|output]。
      • setType

        public void setType​(String[] Type)
        Set 输入或输出类型,可选[input|output]。
        Parameters:
        Type - 输入或输出类型,可选[input|output]。
      • getPipeline

        public String[] getPipeline()
        Get 主通道或备通道,可选[0|1]。
        Returns:
        Pipeline 主通道或备通道,可选[0|1]。
      • setPipeline

        public void setPipeline​(String[] Pipeline)
        Set 主通道或备通道,可选[0|1]。
        Parameters:
        Pipeline - 主通道或备通道,可选[0|1]。
      • getPageSize

        public Long getPageSize()
        Get 每页大小,默认100,范围为[1, 1000]。
        Returns:
        PageSize 每页大小,默认100,范围为[1, 1000]。
      • setPageSize

        public void setPageSize​(Long PageSize)
        Set 每页大小,默认100,范围为[1, 1000]。
        Parameters:
        PageSize - 每页大小,默认100,范围为[1, 1000]。
      • getSortType

        public String getSortType()
        Get 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。
        Returns:
        SortType 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。
      • setSortType

        public void setSortType​(String SortType)
        Set 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。
        Parameters:
        SortType - 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。
      • getPageNum

        public Long getPageNum()
        Get 页码,默认1,范围为[1, 1000]。
        Returns:
        PageNum 页码,默认1,范围为[1, 1000]。
      • setPageNum

        public void setPageNum​(Long PageNum)
        Set 页码,默认1,范围为[1, 1000]。
        Parameters:
        PageNum - 页码,默认1,范围为[1, 1000]。