Class LLMProviderSummaryResponseDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.LLMProviderSummaryResponseDTO
-
public class LLMProviderSummaryResponseDTO extends Object
LLMProviderSummaryResponseDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_VERSIONstatic StringSERIALIZED_NAME_BUILT_IN_SUPPORTstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description LLMProviderSummaryResponseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LLMProviderSummaryResponseDTOapiVersion(String apiVersion)LLMProviderSummaryResponseDTObuiltInSupport(Boolean builtInSupport)LLMProviderSummaryResponseDTOdescription(String description)booleanequals(Object o)StringgetApiVersion()Get apiVersionStringgetDescription()Get descriptionStringgetId()Get idStringgetName()Get nameinthashCode()LLMProviderSummaryResponseDTOid(String id)BooleanisBuiltInSupport()Is built-in supportLLMProviderSummaryResponseDTOname(String name)voidsetApiVersion(String apiVersion)voidsetBuiltInSupport(Boolean builtInSupport)voidsetDescription(String description)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_API_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUILT_IN_SUPPORT
public static final String SERIALIZED_NAME_BUILT_IN_SUPPORT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public LLMProviderSummaryResponseDTO id(String id)
-
setId
public void setId(String id)
-
name
public LLMProviderSummaryResponseDTO name(String name)
-
setName
public void setName(String name)
-
apiVersion
public LLMProviderSummaryResponseDTO apiVersion(String apiVersion)
-
setApiVersion
public void setApiVersion(String apiVersion)
-
builtInSupport
public LLMProviderSummaryResponseDTO builtInSupport(Boolean builtInSupport)
-
isBuiltInSupport
@Nullable public Boolean isBuiltInSupport()
Is built-in support- Returns:
- builtInSupport
-
setBuiltInSupport
public void setBuiltInSupport(Boolean builtInSupport)
-
description
public LLMProviderSummaryResponseDTO description(String description)
-
setDescription
public void setDescription(String description)
-
-