public class ListEntitiesForPolicyRequest extends AbstractModel
| Constructor and Description |
|---|
ListEntitiesForPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityFilter()
Get 可取值 'All'、'User'、'Group' 和 'Role','All' 表示获取所有实体类型,'User' 表示只获取子账号,'Group' 表示只获取用户组,'Role' 表示只获取角色,默认取 'All'
|
Long |
getPage()
Get 页码,默认值是 1,从 1 开始
|
Long |
getPolicyId()
Get 策略 id
|
Long |
getRp()
Get 每页大小,默认值是 20
|
void |
setEntityFilter(String EntityFilter)
Set 可取值 'All'、'User'、'Group' 和 'Role','All' 表示获取所有实体类型,'User' 表示只获取子账号,'Group' 表示只获取用户组,'Role' 表示只获取角色,默认取 'All'
|
void |
setPage(Long Page)
Set 页码,默认值是 1,从 1 开始
|
void |
setPolicyId(Long PolicyId)
Set 策略 id
|
void |
setRp(Long Rp)
Set 每页大小,默认值是 20
|
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, toJsonStringpublic Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - 策略 idpublic Long getPage()
public void setPage(Long Page)
Page - 页码,默认值是 1,从 1 开始public Long getRp()
public void setRp(Long Rp)
Rp - 每页大小,默认值是 20public String getEntityFilter()
public void setEntityFilter(String EntityFilter)
EntityFilter - 可取值 'All'、'User'、'Group' 和 'Role','All' 表示获取所有实体类型,'User' 表示只获取子账号,'Group' 表示只获取用户组,'Role' 表示只获取角色,默认取 'All'Copyright © 2020. All rights reserved.