public class DescribeExtendedServiceAuthInfosRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeExtendedServiceAuthInfosRequest() |
DescribeExtendedServiceAuthInfosRequest(DescribeExtendedServiceAuthInfosRequest 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 代理相关应用信息,如集团主企业代子企业操作
|
String |
getExtendServiceType()
Get 扩展服务类型,默认为空,查询目前支持的所有扩展服务信息,单个指定则查询单个扩展服务开通信息,取值:
OPEN_SERVER_SIGN:开通企业静默签署
OVERSEA_SIGN:企业与港澳台居民签署合同
MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
PAGING_SEAL:骑缝章
BATCH_SIGN:批量签署
|
UserInfo |
getOperator()
Get 操作人信息
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作
|
void |
setExtendServiceType(String ExtendServiceType)
Set 扩展服务类型,默认为空,查询目前支持的所有扩展服务信息,单个指定则查询单个扩展服务开通信息,取值:
OPEN_SERVER_SIGN:开通企业静默签署
OVERSEA_SIGN:企业与港澳台居民签署合同
MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
PAGING_SEAL:骑缝章
BATCH_SIGN:批量签署
|
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 DescribeExtendedServiceAuthInfosRequest()
public DescribeExtendedServiceAuthInfosRequest(DescribeExtendedServiceAuthInfosRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作public String getExtendServiceType()
public void setExtendServiceType(String ExtendServiceType)
ExtendServiceType
- 扩展服务类型,默认为空,查询目前支持的所有扩展服务信息,单个指定则查询单个扩展服务开通信息,取值:
OPEN_SERVER_SIGN:开通企业静默签署
OVERSEA_SIGN:企业与港澳台居民签署合同
MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
PAGING_SEAL:骑缝章
BATCH_SIGN:批量签署Copyright © 2023. All rights reserved.