public class UpdateIntegrationEmployeesRequest extends AbstractModel
Constructor and Description |
---|
UpdateIntegrationEmployeesRequest() |
UpdateIntegrationEmployeesRequest(UpdateIntegrationEmployeesRequest 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
|
Staff[] |
getEmployees()
Get 员工信息
|
UserInfo |
getOperator()
Get 操作人信息
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
void |
setEmployees(Staff[] Employees)
Set 员工信息
|
void |
setOperator(UserInfo Operator)
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 UpdateIntegrationEmployeesRequest()
public UpdateIntegrationEmployeesRequest(UpdateIntegrationEmployeesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public Staff[] getEmployees()
public void setEmployees(Staff[] Employees)
Employees
- 员工信息public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业IdCopyright © 2023. All rights reserved.