public class DescribeStreamLinkFlowLogsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeStreamLinkFlowLogsRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndTime()Get 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
UTC时间,如'2020-01-01T12:00:00Z'。 | 
| String | getFlowId()Get 传输流Id。 | 
| Long | getPageNum()Get 页码,默认1,范围为[1, 1000]。 | 
| Long | getPageSize()Get 每页大小,默认100,范围为[1, 1000]。 | 
| String[] | getPipeline()Get 主通道或备通道,可选[0|1]。 | 
| String | getSortType()Get 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。 | 
| String | getStartTime()Get 统计的开始时间,默认为前一小时,最多支持查询近7天。
UTC时间,如'2020-01-01T12:00:00Z'。 | 
| String[] | getType()Get 输入或输出类型,可选[input|output]。 | 
| void | setEndTime(String EndTime)Set 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
UTC时间,如'2020-01-01T12:00:00Z'。 | 
| void | setFlowId(String FlowId)Set 传输流Id。 | 
| void | setPageNum(Long PageNum)Set 页码,默认1,范围为[1, 1000]。 | 
| void | setPageSize(Long PageSize)Set 每页大小,默认100,范围为[1, 1000]。 | 
| void | setPipeline(String[] Pipeline)Set 主通道或备通道,可选[0|1]。 | 
| void | setSortType(String SortType)Set 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。 | 
| void | setStartTime(String StartTime)Set 统计的开始时间,默认为前一小时,最多支持查询近7天。
UTC时间,如'2020-01-01T12:00:00Z'。 | 
| void | setType(String[] Type)Set 输入或输出类型,可选[input|output]。 | 
| 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, toJsonStringpublic DescribeStreamLinkFlowLogsRequest()
public DescribeStreamLinkFlowLogsRequest(DescribeStreamLinkFlowLogsRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - 传输流Id。public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 统计的开始时间,默认为前一小时,最多支持查询近7天。
UTC时间,如'2020-01-01T12:00:00Z'。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
UTC时间,如'2020-01-01T12:00:00Z'。public String[] getType()
public void setType(String[] Type)
Type - 输入或输出类型,可选[input|output]。public String[] getPipeline()
public void setPipeline(String[] Pipeline)
Pipeline - 主通道或备通道,可选[0|1]。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页大小,默认100,范围为[1, 1000]。public String getSortType()
public void setSortType(String SortType)
SortType - 按Timestamp升序或降序排序,默认降序,可选[desc|asc]。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - 页码,默认1,范围为[1, 1000]。Copyright © 2025. All rights reserved.