Class DeleteStreamLinkOutputRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DeleteStreamLinkOutputRequest
-
public class DeleteStreamLinkOutputRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteStreamLinkOutputRequest()DeleteStreamLinkOutputRequest(DeleteStreamLinkOutputRequest 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。StringgetOutputId()Get 输出Id。voidsetFlowId(String FlowId)Set 流Id。voidsetOutputId(String OutputId)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
-
DeleteStreamLinkOutputRequest
public DeleteStreamLinkOutputRequest()
-
DeleteStreamLinkOutputRequest
public DeleteStreamLinkOutputRequest(DeleteStreamLinkOutputRequest 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。
-
getOutputId
public String getOutputId()
Get 输出Id。- Returns:
- OutputId 输出Id。
-
setOutputId
public void setOutputId(String OutputId)
Set 输出Id。- Parameters:
OutputId- 输出Id。
-
-