Class ApplicationListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
-
public class ApplicationListDTO extends Object
ApplicationListDTO
-
-
Constructor Summary
Constructors Constructor Description ApplicationListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationListDTOaddListItem(ApplicationInfoDTO listItem)ApplicationListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of Applications returned.List<ApplicationInfoDTO>getList()Get listinthashCode()ApplicationListDTOlist(List<ApplicationInfoDTO> list)voidsetCount(Integer count)voidsetList(List<ApplicationInfoDTO> list)StringtoString()
-
-
-
Method Detail
-
count
public ApplicationListDTO count(Integer count)
-
getCount
public Integer getCount()
Number of Applications returned.- Returns:
- count
-
setCount
public void setCount(Integer count)
-
list
public ApplicationListDTO list(List<ApplicationInfoDTO> list)
-
addListItem
public ApplicationListDTO addListItem(ApplicationInfoDTO listItem)
-
getList
public List<ApplicationInfoDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<ApplicationInfoDTO> list)
-
-