Class CreateStreamLinkOutputInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateStreamLinkOutputInfoRequest
-
public class CreateStreamLinkOutputInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateStreamLinkOutputInfoRequest()
CreateStreamLinkOutputInfoRequest(CreateStreamLinkOutputInfoRequest 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 String
getFlowId()
Get 传输流Id。CreateOutputInfo
getOutput()
Get 传输流的Output配置。void
setFlowId(String FlowId)
Set 传输流Id。void
setOutput(CreateOutputInfo Output)
Set 传输流的Output配置。void
toMap(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
-
CreateStreamLinkOutputInfoRequest
public CreateStreamLinkOutputInfoRequest()
-
CreateStreamLinkOutputInfoRequest
public CreateStreamLinkOutputInfoRequest(CreateStreamLinkOutputInfoRequest 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。
-
getOutput
public CreateOutputInfo getOutput()
Get 传输流的Output配置。- Returns:
- Output 传输流的Output配置。
-
setOutput
public void setOutput(CreateOutputInfo Output)
Set 传输流的Output配置。- Parameters:
Output
- 传输流的Output配置。
-
-