Class LLMProviderSummaryResponseListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.LLMProviderSummaryResponseListDTO
-
public class LLMProviderSummaryResponseListDTO extends Object
LLMProviderSummaryResponseListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description LLMProviderSummaryResponseListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LLMProviderSummaryResponseListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of LLM Providers returned.List<LLMProviderSummaryResponseDTO>getList()Get listinthashCode()LLMProviderSummaryResponseListDTOlist(List<LLMProviderSummaryResponseDTO> list)voidsetCount(Integer count)voidsetList(List<LLMProviderSummaryResponseDTO> 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 LLMProviderSummaryResponseListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public LLMProviderSummaryResponseListDTO list(List<LLMProviderSummaryResponseDTO> list)
-
getList
@Nullable public List<LLMProviderSummaryResponseDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<LLMProviderSummaryResponseDTO> list)
-
-