public class ResourcePolicyListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
ResourcePolicyListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of policy resources returned.
|
List<ResourcePolicyInfoDTO> |
getList()
Get list
|
int |
hashCode() |
ResourcePolicyListDTO |
list(List<ResourcePolicyInfoDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ResourcePolicyInfoDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_COUNT
public ResourcePolicyListDTO list(List<ResourcePolicyInfoDTO> list)
@Nullable public List<ResourcePolicyInfoDTO> getList()
public void setList(List<ResourcePolicyInfoDTO> list)
public ResourcePolicyListDTO count(Integer count)
public void setCount(Integer count)
Copyright © 2021 WSO2 Inc. All rights reserved.