public class APIData extends Object
Constructor and Description |
---|
APIData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the artifactContainer of the endpoint which deployed from
|
String |
getContext() |
String |
getFileName() |
String |
getHost() |
boolean |
getIsEdited()
Get the edit state of the endpoint
|
String |
getName() |
int |
getPort() |
ResourceData[] |
getResources() |
boolean |
getStatisticsEnable() |
boolean |
getTracingEnable() |
String |
getVersion() |
String |
getVersionType() |
void |
setArtifactContainerName(String artifactContainerName)
Set the endpoint artifact container name as a metadata
|
void |
setContext(String context) |
void |
setFileName(String fileName) |
void |
setHost(String host) |
void |
setIsEdited(boolean isEdited)
Set the edit state of the endpoint as a metadata
|
void |
setName(String name) |
void |
setPort(int port) |
void |
setResources(ResourceData[] resources) |
void |
setStatisticsEnable(boolean enableStatistics) |
void |
setTracingEnable(boolean tracingEnable) |
void |
setVersion(String version)
Set the given version as the API version
|
void |
setVersionType(String versionType)
Set the given version type for the API
|
public String getName()
public void setName(String name)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getContext()
public void setContext(String context)
public ResourceData[] getResources()
public void setResources(ResourceData[] resources)
public String getFileName()
public void setFileName(String fileName)
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- endpoint namepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- endpoint namepublic void setStatisticsEnable(boolean enableStatistics)
public boolean getStatisticsEnable()
public boolean getTracingEnable()
public void setTracingEnable(boolean tracingEnable)
public String getVersion()
public void setVersion(String version)
version
- public String getVersionType()
public void setVersionType(String versionType)
versionType
- Copyright © 2019 WSO2. All rights reserved.