public class CreateOrganizationAuthFileRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOrganizationAuthFileRequest() | 
| CreateOrganizationAuthFileRequest(CreateOrganizationAuthFileRequest 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(子企业的组织ID)为必填项。 | 
| UserInfo | getOperator()Get 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。` | 
| OrganizationCommonInfo | getOrganizationCommonInfo()Get 企业授权书信息参数, 需要自行保证这些参数跟营业执照中的信息一致。 | 
| Long | getType()Get 授权书类型:
- 0: 企业认证超管授权书
- 1: 超管变更授权书
- 2: 企业注销授权书 | 
| void | setAgent(Agent Agent)Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。 | 
| void | setOperator(UserInfo Operator)Set 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。` | 
| void | setOrganizationCommonInfo(OrganizationCommonInfo OrganizationCommonInfo)Set 企业授权书信息参数, 需要自行保证这些参数跟营业执照中的信息一致。 | 
| void | setType(Long Type)Set 授权书类型:
- 0: 企业认证超管授权书
- 1: 超管变更授权书
- 2: 企业注销授权书 | 
| 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, toJsonStringpublic CreateOrganizationAuthFileRequest()
public CreateOrganizationAuthFileRequest(CreateOrganizationAuthFileRequest source)
public OrganizationCommonInfo getOrganizationCommonInfo()
public void setOrganizationCommonInfo(OrganizationCommonInfo OrganizationCommonInfo)
OrganizationCommonInfo - 企业授权书信息参数, 需要自行保证这些参数跟营业执照中的信息一致。public Agent getAgent()
public void setAgent(Agent Agent)
Agent - 代理企业和员工的信息。public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator - 执行本接口操作的员工信息。public Long getType()
public void setType(Long Type)
Type - 授权书类型:
- 0: 企业认证超管授权书
- 1: 超管变更授权书
- 2: 企业注销授权书Copyright © 2025. All rights reserved.