Class DescribeFlowId
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeFlowId
-
public class DescribeFlowId extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowId()DescribeFlowId(DescribeFlowId 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 FlowId,唯一标识一个flow。StringgetRegion()Get flow所在的区域名称。voidsetFlowId(String FlowId)Set FlowId,唯一标识一个flow。voidsetRegion(String Region)Set flow所在的区域名称。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
-
DescribeFlowId
public DescribeFlowId()
-
DescribeFlowId
public DescribeFlowId(DescribeFlowId 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 FlowId,唯一标识一个flow。- Returns:
- FlowId FlowId,唯一标识一个flow。
-
setFlowId
public void setFlowId(String FlowId)
Set FlowId,唯一标识一个flow。- Parameters:
FlowId- FlowId,唯一标识一个flow。
-
getRegion
public String getRegion()
Get flow所在的区域名称。- Returns:
- Region flow所在的区域名称。
-
setRegion
public void setRegion(String Region)
Set flow所在的区域名称。- Parameters:
Region- flow所在的区域名称。
-
-