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 应用信息
|
UserInfo |
getOperator()
Get 操作者的信息
|
String |
getOperatorType()
Get 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
|
ProxyOrganizationOperator[] |
getProxyOrganizationOperators()
Get 经办人信息列表
|
void |
setAgent(Agent Agent)
Set 应用信息
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
void |
setOperatorType(String OperatorType)
Set 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
|
void |
setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
Set 经办人信息列表
|
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 String getOperatorType()
public void setOperatorType(String OperatorType)
OperatorType
- 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用信息public ProxyOrganizationOperator[] getProxyOrganizationOperators()
public void setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
ProxyOrganizationOperators
- 经办人信息列表public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2021. All rights reserved.