public class ResourcePolicyListDTO extends Object
| Constructor and Description |
|---|
ResourcePolicyListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyListDTO |
addListItem(ResourcePolicyInfoDTO listItem) |
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 ResourcePolicyListDTO list(List<ResourcePolicyInfoDTO> list)
public ResourcePolicyListDTO addListItem(ResourcePolicyInfoDTO listItem)
public List<ResourcePolicyInfoDTO> getList()
public void setList(List<ResourcePolicyInfoDTO> list)
public ResourcePolicyListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2020 WSO2 Inc. All rights reserved.