Class ResourcePolicyListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyListDTO
-
public class ResourcePolicyListDTO extends Object
ResourcePolicyListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description ResourcePolicyListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePolicyListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of policy resources returned.List<ResourcePolicyInfoDTO>getList()Get listinthashCode()ResourcePolicyListDTOlist(List<ResourcePolicyInfoDTO> list)voidsetCount(Integer count)voidsetList(List<ResourcePolicyInfoDTO> list)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
list
public ResourcePolicyListDTO list(List<ResourcePolicyInfoDTO> list)
-
getList
@Nullable public List<ResourcePolicyInfoDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<ResourcePolicyInfoDTO> list)
-
count
public ResourcePolicyListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
-