public class CreateBatchInitOrganizationUrlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBatchInitOrganizationUrlRequest() |
CreateBatchInitOrganizationUrlRequest(CreateBatchInitOrganizationUrlRequest 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.AppId 必填。
|
String[] |
getOperateTypes()
Get 初始化操作类型
CREATE_SEAL : 创建印章
OPEN_AUTO_SIGN :开通企业自动签署
|
String[] |
getProxyOrganizationOpenIds()
Get 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持50个
|
void |
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.AppId 必填。
|
void |
setOperateTypes(String[] OperateTypes)
Set 初始化操作类型
CREATE_SEAL : 创建印章
OPEN_AUTO_SIGN :开通企业自动签署
|
void |
setProxyOrganizationOpenIds(String[] ProxyOrganizationOpenIds)
Set 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持50个
|
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 CreateBatchInitOrganizationUrlRequest()
public CreateBatchInitOrganizationUrlRequest(CreateBatchInitOrganizationUrlRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用相关信息。 此接口Agent.AppId 必填。public String[] getOperateTypes()
public void setOperateTypes(String[] OperateTypes)
OperateTypes
- 初始化操作类型
public String[] getProxyOrganizationOpenIds()
public void setProxyOrganizationOpenIds(String[] ProxyOrganizationOpenIds)
ProxyOrganizationOpenIds
- 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持50个Copyright © 2024. All rights reserved.