public class QueryPolicyRequest extends cn.com.antcloud.api.antcloud.AntCloudRequest<QueryPolicyResponse>
| 构造器和说明 |
|---|
QueryPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActorId()
授权对象id
|
String |
getActorType()
授权对象类型
|
Long |
getPageNum()
当前页,默认值为1
|
Long |
getPageSize()
分页大小,默认值为10
|
String |
getTenant()
授权策略所属租户
|
void |
setActorId(String actorId)
授权对象id
|
void |
setActorType(String actorType)
授权对象类型
|
void |
setPageNum(Long pageNum)
当前页,默认值为1
|
void |
setPageSize(Long pageSize)
分页大小,默认值为10
|
void |
setTenant(String tenant)
授权策略所属租户
|
getCustomer, getWorkspace, setCustomer, setWorkspacepublic String getActorId()
public void setActorId(String actorId)
public String getActorType()
public void setActorType(String actorType)
public Long getPageNum()
public void setPageNum(Long pageNum)
public Long getPageSize()
public void setPageSize(Long pageSize)
public String getTenant()
getTenant 在类中 cn.com.antcloud.api.antcloud.AntCloudRequest<QueryPolicyResponse>public void setTenant(String tenant)
setTenant 在类中 cn.com.antcloud.api.antcloud.AntCloudRequest<QueryPolicyResponse>Copyright © 2019. All Rights Reserved.