public class SyncProxyOrganizationOperatorsRequest extends AbstractModel
Constructor and Description |
---|
SyncProxyOrganizationOperatorsRequest() |
SyncProxyOrganizationOperatorsRequest(SyncProxyOrganizationOperatorsRequest 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 和 Agent.ProxyOrganizationOpenId必填。
|
UserInfo |
getOperator()
Get 操作者的信息
|
String |
getOperatorType()
Get 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
|
ProxyOrganizationOperator[] |
getProxyOrganizationOperators()
Get 经办人信息列表,最大长度200
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
void |
setOperatorType(String OperatorType)
Set 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
|
void |
setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
Set 经办人信息列表,最大长度200
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SyncProxyOrganizationOperatorsRequest()
public SyncProxyOrganizationOperatorsRequest(SyncProxyOrganizationOperatorsRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。public String getOperatorType()
public void setOperatorType(String OperatorType)
OperatorType
- 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"public ProxyOrganizationOperator[] getProxyOrganizationOperators()
public void setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
ProxyOrganizationOperators
- 经办人信息列表,最大长度200public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2022. All rights reserved.