public class MgwAPIDefinition extends Object
| Constructor and Description |
|---|
MgwAPIDefinition() |
| Modifier and Type | Method and Description |
|---|---|
APICorsConfigurationDTO |
getCorsConfiguration() |
MgwPathsDefinition |
getPathsDefinition() |
EndpointListRouteDTO |
getProdEpList() |
String |
getRequestInterceptor() |
String |
getResponseInterceptor() |
EndpointListRouteDTO |
getSandEpList() |
String |
getSecurity() |
String |
getTitle() |
String |
getVersion() |
void |
setCorsConfiguration(APICorsConfigurationDTO corsConfiguration) |
void |
setPathsDefinition(MgwPathsDefinition 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 MgwPathsDefinition getPathsDefinition()
public void setPathsDefinition(MgwPathsDefinition pathsDefinition)
public String getRequestInterceptor()
public void setRequestInterceptor(String requestInterceptor)
public String getResponseInterceptor()
public void setResponseInterceptor(String responseInterceptor)
Copyright © 2019 WSO2. All rights reserved.