public class CreateIntegrationUserRolesRequest extends AbstractModel
Constructor and Description |
---|
CreateIntegrationUserRolesRequest() |
CreateIntegrationUserRolesRequest(CreateIntegrationUserRolesRequest 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必填
|
UserInfo |
getOperator()
Get 操作人信息
|
String[] |
getRoleIds()
Get 绑定角色的角色id列表
|
String[] |
getUserIds()
Get 绑定角色的用户id列表
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setOperator(UserInfo Operator)
Set 操作人信息
|
void |
setRoleIds(String[] RoleIds)
Set 绑定角色的角色id列表
|
void |
setUserIds(String[] UserIds)
Set 绑定角色的用户id列表
|
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 CreateIntegrationUserRolesRequest()
public CreateIntegrationUserRolesRequest(CreateIntegrationUserRolesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 绑定角色的用户id列表public String[] getRoleIds()
public void setRoleIds(String[] RoleIds)
RoleIds
- 绑定角色的角色id列表public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填Copyright © 2023. All rights reserved.