public class APIProductSearchResultAllOfDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTEXT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_PROVIDER |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_THUMBNAIL_URI |
static String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
APIProductSearchResultAllOfDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIProductSearchResultAllOfDTO |
context(String context) |
APIProductSearchResultAllOfDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getContext()
A string that represents the context of the user's request
|
String |
getDescription()
A brief description about the API
|
String |
getProvider()
If the provider value is not given, the user invoking the API will be used as the provider.
|
String |
getStatus()
This describes in which status of the lifecycle the APIPRODUCT is
|
String |
getThumbnailUri()
Get thumbnailUri
|
String |
getVersion()
The version of the API Product
|
int |
hashCode() |
APIProductSearchResultAllOfDTO |
provider(String provider) |
void |
setContext(String context) |
void |
setDescription(String description) |
void |
setProvider(String provider) |
void |
setStatus(String status) |
void |
setThumbnailUri(String thumbnailUri) |
void |
setVersion(String version) |
APIProductSearchResultAllOfDTO |
status(String status) |
APIProductSearchResultAllOfDTO |
thumbnailUri(String thumbnailUri) |
String |
toString() |
APIProductSearchResultAllOfDTO |
version(String version) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CONTEXT
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_PROVIDER
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_THUMBNAIL_URI
public APIProductSearchResultAllOfDTO description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public APIProductSearchResultAllOfDTO context(String context)
@Nullable public String getContext()
public void setContext(String context)
public APIProductSearchResultAllOfDTO version(String version)
public void setVersion(String version)
public APIProductSearchResultAllOfDTO provider(String provider)
@Nullable public String getProvider()
public void setProvider(String provider)
public APIProductSearchResultAllOfDTO status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public APIProductSearchResultAllOfDTO thumbnailUri(String thumbnailUri)
public void setThumbnailUri(String thumbnailUri)
Copyright © 2021 WSO2 Inc. All rights reserved.