Class VerifyPdfRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.VerifyPdfRequest
-
public class VerifyPdfRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VerifyPdfRequest()
VerifyPdfRequest(VerifyPdfRequest 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 流程IDUserInfo
getOperator()
Get 调用方用户信息,userId 必填void
setFlowId(String FlowId)
Set 流程IDvoid
setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填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
-
VerifyPdfRequest
public VerifyPdfRequest()
-
VerifyPdfRequest
public VerifyPdfRequest(VerifyPdfRequest 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
-
getOperator
public UserInfo getOperator()
Get 调用方用户信息,userId 必填- Returns:
- Operator 调用方用户信息,userId 必填
-
setOperator
public void setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填- Parameters:
Operator
- 调用方用户信息,userId 必填
-
-