Class ModifyStreamLinkFlowRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ModifyStreamLinkFlowRequest
-
public class ModifyStreamLinkFlowRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyStreamLinkFlowRequest()
ModifyStreamLinkFlowRequest(ModifyStreamLinkFlowRequest 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。String
getFlowName()
Get 需要修改的流名称。void
setFlowId(String FlowId)
Set 流Id。void
setFlowName(String FlowName)
Set 需要修改的流名称。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
-
ModifyStreamLinkFlowRequest
public ModifyStreamLinkFlowRequest()
-
ModifyStreamLinkFlowRequest
public ModifyStreamLinkFlowRequest(ModifyStreamLinkFlowRequest 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。
-
getFlowName
public String getFlowName()
Get 需要修改的流名称。- Returns:
- FlowName 需要修改的流名称。
-
setFlowName
public void setFlowName(String FlowName)
Set 需要修改的流名称。- Parameters:
FlowName
- 需要修改的流名称。
-
-