Class APISearchResultAllOfDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.APISearchResultAllOfDTO
-
public class APISearchResultAllOfDTO extends Object
APISearchResultAllOfDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AVG_RATINGstatic StringSERIALIZED_NAME_BUSINESS_INFORMATIONstatic StringSERIALIZED_NAME_CONTEXTstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_PROVIDERstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_THUMBNAIL_URIstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description APISearchResultAllOfDTO()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTEXT
public static final String SERIALIZED_NAME_CONTEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROVIDER
public static final String SERIALIZED_NAME_PROVIDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THUMBNAIL_URI
public static final String SERIALIZED_NAME_THUMBNAIL_URI
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_INFORMATION
public static final String SERIALIZED_NAME_BUSINESS_INFORMATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AVG_RATING
public static final String SERIALIZED_NAME_AVG_RATING
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public APISearchResultAllOfDTO description(String description)
-
getDescription
@Nullable public String getDescription()
A brief description about the API- Returns:
- description
-
setDescription
public void setDescription(String description)
-
context
public APISearchResultAllOfDTO context(String context)
-
getContext
@Nullable public String getContext()
A string that represents the context of the user's request- Returns:
- context
-
setContext
public void setContext(String context)
-
version
public APISearchResultAllOfDTO version(String version)
-
setVersion
public void setVersion(String version)
-
provider
public APISearchResultAllOfDTO provider(String provider)
-
getProvider
@Nullable public String getProvider()
If the provider value is notgiven, the user invoking the API will be used as the provider.- Returns:
- provider
-
setProvider
public void setProvider(String provider)
-
status
public APISearchResultAllOfDTO status(String status)
-
getStatus
@Nullable public String getStatus()
This describes in which status of the lifecycle the API is- Returns:
- status
-
setStatus
public void setStatus(String status)
-
thumbnailUri
public APISearchResultAllOfDTO thumbnailUri(String thumbnailUri)
-
setThumbnailUri
public void setThumbnailUri(String thumbnailUri)
-
businessInformation
public APISearchResultAllOfDTO businessInformation(APIBusinessInformationDTO businessInformation)
-
getBusinessInformation
@Nullable public APIBusinessInformationDTO getBusinessInformation()
Get businessInformation- Returns:
- businessInformation
-
setBusinessInformation
public void setBusinessInformation(APIBusinessInformationDTO businessInformation)
-
avgRating
public APISearchResultAllOfDTO avgRating(String avgRating)
-
setAvgRating
public void setAvgRating(String avgRating)
-
-