public class CreateServerFlowSignRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Caller |
getCaller()
Get 调用方信息
|
String |
getFlowId()
Get 流程ID
|
Component[] |
getSignComponents()
Get 签署区域信息
|
String |
getSourceIp()
Get 客户端IP
|
void |
setCaller(Caller Caller)
Set 调用方信息
|
void |
setFlowId(String FlowId)
Set 流程ID
|
void |
setSignComponents(Component[] SignComponents)
Set 签署区域信息
|
void |
setSourceIp(String SourceIp)
Set 客户端IP
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateServerFlowSignRequest()
public CreateServerFlowSignRequest(CreateServerFlowSignRequest source)
public Caller getCaller()
public void setCaller(Caller Caller)
Caller
- 调用方信息public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程IDpublic Component[] getSignComponents()
public void setSignComponents(Component[] SignComponents)
SignComponents
- 签署区域信息public String getSourceIp()
public void setSourceIp(String SourceIp)
SourceIp
- 客户端IPCopyright © 2023. All rights reserved.