Class DescribeStreamLinkFlowRealtimeStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeStreamLinkFlowRealtimeStatusRequest
-
public class DescribeStreamLinkFlowRealtimeStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFlowId()Get 流ID。String[]getInputIds()Get 输入id数组,如果输入输出数组都为空,则代表全量查询。String[]getOutputIds()Get 输出id数组,如果输入输出数组都为空,则代表全量查询。voidsetFlowId(String FlowId)Set 流ID。voidsetInputIds(String[] InputIds)Set 输入id数组,如果输入输出数组都为空,则代表全量查询。voidsetOutputIds(String[] OutputIds)Set 输出id数组,如果输入输出数组都为空,则代表全量查询。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeStreamLinkFlowRealtimeStatusRequest
public DescribeStreamLinkFlowRealtimeStatusRequest()
-
DescribeStreamLinkFlowRealtimeStatusRequest
public 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.
-
-
Method Detail
-
getFlowId
public String getFlowId()
Get 流ID。- Returns:
- FlowId 流ID。
-
setFlowId
public void setFlowId(String FlowId)
Set 流ID。- Parameters:
FlowId- 流ID。
-
getInputIds
public String[] getInputIds()
Get 输入id数组,如果输入输出数组都为空,则代表全量查询。- Returns:
- InputIds 输入id数组,如果输入输出数组都为空,则代表全量查询。
-
setInputIds
public void setInputIds(String[] InputIds)
Set 输入id数组,如果输入输出数组都为空,则代表全量查询。- Parameters:
InputIds- 输入id数组,如果输入输出数组都为空,则代表全量查询。
-
getOutputIds
public String[] getOutputIds()
Get 输出id数组,如果输入输出数组都为空,则代表全量查询。- Returns:
- OutputIds 输出id数组,如果输入输出数组都为空,则代表全量查询。
-
setOutputIds
public void setOutputIds(String[] OutputIds)
Set 输出id数组,如果输入输出数组都为空,则代表全量查询。- Parameters:
OutputIds- 输出id数组,如果输入输出数组都为空,则代表全量查询。
-
-