Class APIProductSearchResultAllOfDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductSearchResultAllOfDTO
APIProductSearchResultAllOfDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanA string that represents the context of the user's requestA brief description about the APIIf the provider value is not given, the user invoking the API will be used as the provider.This describes in which status of the lifecycle the APIPRODUCT isGet thumbnailUriThe version of the API ProductinthashCode()voidsetContext(String context) voidsetDescription(String description) voidsetProvider(String provider) voidvoidsetThumbnailUri(String thumbnailUri) voidsetVersion(String version) thumbnailUri(String thumbnailUri) toString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CONTEXT
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_PROVIDER
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_THUMBNAIL_URI
- See Also:
-
-
Constructor Details
-
APIProductSearchResultAllOfDTO
public APIProductSearchResultAllOfDTO()
-
-
Method Details
-
description
-
getDescription
A brief description about the API- Returns:
- description
-
setDescription
-
context
-
getContext
A string that represents the context of the user's request- Returns:
- context
-
setContext
-
version
-
getVersion
The version of the API Product- Returns:
- version
-
setVersion
-
provider
-
getProvider
If the provider value is not given, the user invoking the API will be used as the provider.- Returns:
- provider
-
setProvider
-
status
-
getStatus
This describes in which status of the lifecycle the APIPRODUCT is- Returns:
- status
-
setStatus
-
thumbnailUri
-
getThumbnailUri
Get thumbnailUri- Returns:
- thumbnailUri
-
setThumbnailUri
-
equals
-
hashCode
public int hashCode() -
toString
-