public class APIInfoDTO extends Object
| Constructor and Description |
|---|
APIInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
A string that represents the context of the user's request
|
String |
getDescription()
A brief description about the APIDetailedDTO
|
String |
getId()
UUID of the api registry artifact\n
|
String |
getName()
Name of the APIDetailedDTO
|
String |
getProvider()
If the provider value is not given, the user invoking the APIDetailedDTO will be used as the provider.\n
|
String |
getStatus()
This describes in which status of the lifecycle the APIDetailedDTO is
|
String |
getThumbnailUri() |
String |
getVersion()
The version of the APIDetailedDTO
|
void |
setContext(String context) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProvider(String provider) |
void |
setStatus(String status) |
void |
setThumbnailUri(String thumbnailUri) |
void |
setVersion(String version) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getContext()
public void setContext(String context)
public String getVersion()
public void setVersion(String version)
public String getProvider()
public void setProvider(String provider)
public String getStatus()
public void setStatus(String status)
public String getThumbnailUri()
public void setThumbnailUri(String thumbnailUri)
Copyright © 2019 WSO2. All rights reserved.