public class DescribeStreamLinkFlowRealtimeStatusRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamLinkFlowRealtimeStatusRequest() |
DescribeStreamLinkFlowRealtimeStatusRequest(DescribeStreamLinkFlowRealtimeStatusRequest 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 |
getFlowId()
Get 流ID。
|
String[] |
getInputIds()
Get 输入id数组,如果输入输出数组都为空,则代表全量查询。
|
String[] |
getOutputIds()
Get 输出id数组,如果输入输出数组都为空,则代表全量查询。
|
void |
setFlowId(String FlowId)
Set 流ID。
|
void |
setInputIds(String[] InputIds)
Set 输入id数组,如果输入输出数组都为空,则代表全量查询。
|
void |
setOutputIds(String[] OutputIds)
Set 输出id数组,如果输入输出数组都为空,则代表全量查询。
|
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 DescribeStreamLinkFlowRealtimeStatusRequest()
public DescribeStreamLinkFlowRealtimeStatusRequest(DescribeStreamLinkFlowRealtimeStatusRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流ID。public String[] getInputIds()
public void setInputIds(String[] InputIds)
InputIds
- 输入id数组,如果输入输出数组都为空,则代表全量查询。public String[] getOutputIds()
public void setOutputIds(String[] OutputIds)
OutputIds
- 输出id数组,如果输入输出数组都为空,则代表全量查询。Copyright © 2022. All rights reserved.