public class DescribeStreamLinkFlowMediaStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamLinkFlowMediaStatisticsRequest() |
DescribeStreamLinkFlowMediaStatisticsRequest(DescribeStreamLinkFlowMediaStatisticsRequest 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.
|
String |
getInputOutputId()
Get The input or output ID.
|
String |
getPeriod()
Get The query interval.
|
String |
getPipeline()
Get Whether to query the primary or backup pipeline.
|
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 |
setInputOutputId(String InputOutputId)
Set The input or output ID.
|
void |
setPeriod(String Period)
Set The query interval.
|
void |
setPipeline(String Pipeline)
Set Whether to query the primary or backup pipeline.
|
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 DescribeStreamLinkFlowMediaStatisticsRequest()
public DescribeStreamLinkFlowMediaStatisticsRequest(DescribeStreamLinkFlowMediaStatisticsRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- The flow ID.public String getType()
public void setType(String Type)
Type
- Whether to query the inputs or outputs. Valid values: input, output.public String getInputOutputId()
public void setInputOutputId(String InputOutputId)
InputOutputId
- The input or output ID.public String getPipeline()
public void setPipeline(String Pipeline)
Pipeline
- Whether to query the primary or backup pipeline. Valid values: 0, 1.public String getPeriod()
public void setPeriod(String Period)
Period
- The query interval. Valid values: 5s, 1min, 5min, 15min.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`.Copyright © 2023. All rights reserved.