Class CreateServerFlowSignRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CreateServerFlowSignRequest
-
public class CreateServerFlowSignRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateServerFlowSignRequest()
CreateServerFlowSignRequest(CreateServerFlowSignRequest 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 Caller
getCaller()
Get 调用方信息String
getFlowId()
Get 流程IDComponent[]
getSignComponents()
Get 签署区域信息String
getSourceIp()
Get 客户端IPvoid
setCaller(Caller Caller)
Set 调用方信息void
setFlowId(String FlowId)
Set 流程IDvoid
setSignComponents(Component[] SignComponents)
Set 签署区域信息void
setSourceIp(String SourceIp)
Set 客户端IPvoid
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
-
CreateServerFlowSignRequest
public CreateServerFlowSignRequest()
-
CreateServerFlowSignRequest
public CreateServerFlowSignRequest(CreateServerFlowSignRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
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
- 签署区域信息
-
getSourceIp
public String getSourceIp()
Get 客户端IP- Returns:
- SourceIp 客户端IP
-
setSourceIp
public void setSourceIp(String SourceIp)
Set 客户端IP- Parameters:
SourceIp
- 客户端IP
-
-