Class SyncProxyOrganizationOperatorsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.SyncProxyOrganizationOperatorsRequest
-
public class SyncProxyOrganizationOperatorsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。UserInfo
getOperator()
Deprecated.String
getOperatorType()
Get 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"ProxyOrganizationOperator[]
getProxyOrganizationOperators()
Get 经办人信息列表,最大长度200void
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。void
setOperator(UserInfo Operator)
Deprecated.void
setOperatorType(String OperatorType)
Set 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"void
setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
Set 经办人信息列表,最大长度200void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SyncProxyOrganizationOperatorsRequest
public SyncProxyOrganizationOperatorsRequest()
-
SyncProxyOrganizationOperatorsRequest
public 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.
-
-
Method Detail
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。- Returns:
- Agent 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。- Parameters:
Agent
- 应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。
-
getOperatorType
public String getOperatorType()
Get 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"- Returns:
- OperatorType 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
-
setOperatorType
public void setOperatorType(String OperatorType)
Set 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"- Parameters:
OperatorType
- 操作类型,新增:"CREATE",修改:"UPDATE",离职:"RESIGN"
-
getProxyOrganizationOperators
public ProxyOrganizationOperator[] getProxyOrganizationOperators()
Get 经办人信息列表,最大长度200- Returns:
- ProxyOrganizationOperators 经办人信息列表,最大长度200
-
setProxyOrganizationOperators
public void setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
Set 经办人信息列表,最大长度200- Parameters:
ProxyOrganizationOperators
- 经办人信息列表,最大长度200
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 暂未开放- Returns:
- Operator 暂未开放
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 暂未开放- Parameters:
Operator
- 暂未开放
-
-