public class ListPoliciesRequest extends Object
| 构造器和说明 |
|---|
ListPoliciesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Integer |
getLimit()
Get limit
|
String |
getOffset()
Get offset
|
String |
getScope()
Get scope
|
int |
hashCode() |
ListPoliciesRequest |
limit(Integer limit) |
ListPoliciesRequest |
offset(String offset) |
ListPoliciesRequest |
scope(String scope) |
void |
setLimit(Integer limit) |
void |
setOffset(String offset) |
void |
setScope(String scope) |
String |
toString() |
public ListPoliciesRequest limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public ListPoliciesRequest offset(String offset)
public String getOffset()
public void setOffset(String offset)
public ListPoliciesRequest scope(String scope)
public String getScope()
public void setScope(String scope)
Copyright © 2024. All rights reserved.