public class DescribeStreamLinkFlowLogsRequest extends AbstractModel
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 The end time for query, which is 1 hour after the start time by default.
|
String |
getFlowId()
Get The flow ID.
|
Long |
getPageNum()
Get The page number.
|
Long |
getPageSize()
Get The page size.
|
String[] |
getPipeline()
Get Whether to query the primary or backup pipeline.
|
String |
getSortType()
Get Whether to sort the records by timestamp in descending or ascending order.
|
String |
getStartTime()
Get The start time for query, which is 1 hour ago by default.
|
String[] |
getType()
Get Whether to query the inputs or outputs.
|
void |
setEndTime(String EndTime)
Set The end time for query, which is 1 hour after the start time by default.
|
void |
setFlowId(String FlowId)
Set The flow ID.
|
void |
setPageNum(Long PageNum)
Set The page number.
|
void |
setPageSize(Long PageSize)
Set The page size.
|
void |
setPipeline(String[] Pipeline)
Set Whether to query the primary or backup pipeline.
|
void |
setSortType(String SortType)
Set Whether to sort the records by timestamp in descending or ascending order.
|
void |
setStartTime(String StartTime)
Set The start time for query, which is 1 hour ago by default.
|
void |
setType(String[] Type)
Set Whether to query the inputs or outputs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeStreamLinkFlowLogsRequest()
public DescribeStreamLinkFlowLogsRequest(DescribeStreamLinkFlowLogsRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- The flow ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time for query, which is 1 hour ago by default. You can query statistics in the last 7 days.
It must be in UTC format, such as `2020-01-01T12:00:00Z`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time for query, which is 1 hour after the start time by default. The longest time range allowed for query is 24 hours.
It must be in UTC format, such as `2020-01-01T12:00:00Z`.public String[] getType()
public void setType(String[] Type)
Type
- Whether to query the inputs or outputs. Valid values: input, output.public String[] getPipeline()
public void setPipeline(String[] Pipeline)
Pipeline
- Whether to query the primary or backup pipeline. Valid values: 0, 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- The page size. Value range: [1, 1000]. Default: 100.public String getSortType()
public void setSortType(String SortType)
SortType
- Whether to sort the records by timestamp in descending or ascending order. Valid values: desc (default), asc.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- The page number. Value range: [1, 1000]. Default: 1.Copyright © 2023. All rights reserved.