public class Agent extends AbstractModel
header, skipSign
Constructor and Description |
---|
Agent() |
Agent(Agent 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 |
---|---|
String |
getAppId()
Deprecated.
|
String |
getProxyAppId()
Deprecated.
|
String |
getProxyOperator()
Deprecated.
|
String |
getProxyOrganizationId()
Get 被代理机构在电子签平台的机构编号,集团代理下场景必传
|
void |
setAppId(String AppId)
Deprecated.
|
void |
setProxyAppId(String ProxyAppId)
Deprecated.
|
void |
setProxyOperator(String ProxyOperator)
Deprecated.
|
void |
setProxyOrganizationId(String ProxyOrganizationId)
Set 被代理机构在电子签平台的机构编号,集团代理下场景必传
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Agent()
public Agent(Agent source)
@Deprecated public String getAppId()
@Deprecated public void setAppId(String AppId)
AppId
- 代理机构的应用编号,32位字符串,一般不用传@Deprecated public String getProxyAppId()
@Deprecated public void setProxyAppId(String ProxyAppId)
ProxyAppId
- 被代理机构的应用号,一般不用传public String getProxyOrganizationId()
public void setProxyOrganizationId(String ProxyOrganizationId)
ProxyOrganizationId
- 被代理机构在电子签平台的机构编号,集团代理下场景必传@Deprecated public String getProxyOperator()
@Deprecated public void setProxyOperator(String ProxyOperator)
ProxyOperator
- 被代理机构的经办人,一般不用传Copyright © 2024. All rights reserved.