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()StringgetApiVersion()StringgetBasePath()List<String>getModels()StringgetResourcePath()StringgetSwaggerVersion()voidsetApis(List<apis> apis)voidsetApiVersion(String apiVersion)voidsetBasePath(String basePath)voidsetModels(List<String> models)voidsetResourcePath(String resourcePath)voidsetSwaggerVersion(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)
-
-