Package org.wso2.carbon.tryit.wadl.data
Class apis
- java.lang.Object
-
- org.wso2.carbon.tryit.wadl.data.apis
-
public class apis extends Object
-
-
Constructor Summary
Constructors Constructor Description apis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
List<operations>
getOperations()
String
getPath()
void
setDescription(String description)
void
setOperations(List<operations> operations)
void
setPath(String path)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getOperations
public List<operations> getOperations()
-
setOperations
public void setOperations(List<operations> operations)
-
-