Package org.wso2.carbon.tryit.wadl.data
Class SwaggerImplementation
- java.lang.Object
-
- org.wso2.carbon.tryit.wadl.data.SwaggerImplementation
-
public class SwaggerImplementation extends Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<apis>
getApis()
String
getApiVersion()
String
getBasePath()
List<String>
getModels()
String
getResourcePath()
String
getSwaggerVersion()
void
setApis(List<apis> apis)
void
setApiVersion(String apiVersion)
void
setBasePath(String basePath)
void
setModels(List<String> models)
void
setResourcePath(String resourcePath)
void
setSwaggerVersion(String swaggerVersion)
-
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
-
setApiVersion
public void setApiVersion(String apiVersion)
-
getSwaggerVersion
public String getSwaggerVersion()
-
setSwaggerVersion
public void setSwaggerVersion(String swaggerVersion)
-
getBasePath
public String getBasePath()
-
setBasePath
public void setBasePath(String basePath)
-
getResourcePath
public String getResourcePath()
-
setResourcePath
public void setResourcePath(String resourcePath)
-
-