Class CatalogComponents
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CatalogComponents
-
public class CatalogComponents extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CatalogComponents()
CatalogComponents(CatalogComponents 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 流程IDComponent[]
getSignComponents()
Get 签署区列表String
getSignId()
Get 签署任务IDvoid
setFlowId(String FlowId)
Set 流程IDvoid
setSignComponents(Component[] SignComponents)
Set 签署区列表void
setSignId(String SignId)
Set 签署任务IDvoid
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
-
CatalogComponents
public CatalogComponents()
-
CatalogComponents
public CatalogComponents(CatalogComponents 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
-
getSignComponents
public Component[] getSignComponents()
Get 签署区列表- Returns:
- SignComponents 签署区列表
-
setSignComponents
public void setSignComponents(Component[] SignComponents)
Set 签署区列表- Parameters:
SignComponents
- 签署区列表
-
getSignId
public String getSignId()
Get 签署任务ID- Returns:
- SignId 签署任务ID
-
setSignId
public void setSignId(String SignId)
Set 签署任务ID- Parameters:
SignId
- 签署任务ID
-
-