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