public class DescribeIntegrationRolesRequest extends AbstractModel
Constructor and Description |
---|
DescribeIntegrationRolesRequest() |
DescribeIntegrationRolesRequest(DescribeIntegrationRolesRequest 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必填
|
Filter[] |
getFilters()
Get 查询的关键字段:
Key:"RoleType",Vales:["1"]查询系统角色,Values:["2]查询自定义角色
Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
|
Long |
getLimit()
Get 返回最大数量,最大为200
|
Long |
getOffset()
Get 偏移量,默认为0,最大为2000
|
UserInfo |
getOperator()
Get 操作人信息
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setFilters(Filter[] Filters)
Set 查询的关键字段:
Key:"RoleType",Vales:["1"]查询系统角色,Values:["2]查询自定义角色
Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
|
void |
setLimit(Long Limit)
Set 返回最大数量,最大为200
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0,最大为2000
|
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 DescribeIntegrationRolesRequest()
public DescribeIntegrationRolesRequest(DescribeIntegrationRolesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回最大数量,最大为200public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 查询的关键字段:
Key:"RoleType",Vales:["1"]查询系统角色,Values:["2]查询自定义角色
Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0,最大为2000Copyright © 2023. All rights reserved.