public class DescribeThirdPartyAuthCodeRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeThirdPartyAuthCodeRequest() |
DescribeThirdPartyAuthCodeRequest(DescribeThirdPartyAuthCodeRequest 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 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
String |
getAuthCode()
Get 电子签小程序跳转客户小程序时携带的授权查看码
|
UserInfo |
getOperator()
Get 操作人信息
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setAuthCode(String AuthCode)
Set 电子签小程序跳转客户小程序时携带的授权查看码
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeThirdPartyAuthCodeRequest()
public DescribeThirdPartyAuthCodeRequest(DescribeThirdPartyAuthCodeRequest source)
public String getAuthCode()
public void setAuthCode(String AuthCode)
AuthCode
- 电子签小程序跳转客户小程序时携带的授权查看码public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填Copyright © 2023. All rights reserved.