public class ChannelVerifyPdfRequest extends AbstractModel
Constructor and Description |
---|
ChannelVerifyPdfRequest() |
ChannelVerifyPdfRequest(ChannelVerifyPdfRequest 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 |
---|---|
Agent |
getAgent()
Get 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
String |
getFlowId()
Get 合同Id,流程Id
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFlowId(String FlowId)
Set 合同Id,流程Id
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ChannelVerifyPdfRequest()
public ChannelVerifyPdfRequest(ChannelVerifyPdfRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同Id,流程Idpublic Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2022. All rights reserved.