public class APIDefinition extends Object
| Constructor and Description |
|---|
APIDefinition() |
| Modifier and Type | Method and Description |
|---|---|
APICorsConfigurationDTO |
getCorsConfiguration() |
boolean |
getIsDefinitionUsed()
Identify if the API information used or not.
|
PathsDefinition |
getPathsDefinition() |
EndpointListRouteDTO |
getProdEpList() |
String |
getRequestInterceptor() |
String |
getResponseInterceptor() |
EndpointListRouteDTO |
getSandEpList() |
String |
getSecurity() |
String |
getTitle() |
String |
getVersion() |
void |
setCorsConfiguration(APICorsConfigurationDTO corsConfiguration) |
void |
setIsDefinitionUsed(boolean flag)
Set the IsUsed if the API information is used
|
void |
setPathsDefinition(PathsDefinition pathsDefinition) |
void |
setProdEpList(EndpointListRouteDTO prodEpList) |
void |
setRequestInterceptor(String requestInterceptor) |
void |
setResponseInterceptor(String responseInterceptor) |
void |
setSandEpList(EndpointListRouteDTO sandEpList) |
void |
setSecurity(String security) |
void |
setTitle(String title) |
void |
setVersion(String version) |
public String getTitle()
public void setTitle(String title)
public String getVersion()
public void setVersion(String version)
public EndpointListRouteDTO getProdEpList()
public void setProdEpList(EndpointListRouteDTO prodEpList)
public EndpointListRouteDTO getSandEpList()
public void setSandEpList(EndpointListRouteDTO sandEpList)
public String getSecurity()
public void setSecurity(String security)
public APICorsConfigurationDTO getCorsConfiguration()
public void setCorsConfiguration(APICorsConfigurationDTO corsConfiguration)
public PathsDefinition getPathsDefinition()
public void setPathsDefinition(PathsDefinition pathsDefinition)
public String getRequestInterceptor()
public void setRequestInterceptor(String requestInterceptor)
public String getResponseInterceptor()
public void setResponseInterceptor(String responseInterceptor)
public boolean getIsDefinitionUsed()
public void setIsDefinitionUsed(boolean flag)
flag - true if the API information is usedCopyright © 2019 WSO2. All rights reserved.