Package org.wso2.carbon.tryit.wadl.data
Class operations
- java.lang.Object
-
- org.wso2.carbon.tryit.wadl.data.operations
-
public class operations extends Object
-
-
Constructor Summary
Constructors Constructor Description operations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHttpMethod()
String
getNickname()
String
getNotes()
List<parameters>
getParameters()
String
getResponseClass()
String
getSummary()
String[]
getSupportedContentTypes()
void
setHttpMethod(String httpMethod)
void
setNickname(String nickname)
void
setNotes(String notes)
void
setParameters(List<parameters> parameters)
void
setResponseClass(String responseClass)
void
setSummary(String summary)
void
setSupportedContentTypes(String[] supportedContentTypes)
-
-
-
Method Detail
-
getSupportedContentTypes
public String[] getSupportedContentTypes()
-
setSupportedContentTypes
public void setSupportedContentTypes(String[] supportedContentTypes)
-
getHttpMethod
public String getHttpMethod()
-
setHttpMethod
public void setHttpMethod(String httpMethod)
-
getSummary
public String getSummary()
-
setSummary
public void setSummary(String summary)
-
getNotes
public String getNotes()
-
setNotes
public void setNotes(String notes)
-
getResponseClass
public String getResponseClass()
-
setResponseClass
public void setResponseClass(String responseClass)
-
getNickname
public String getNickname()
-
setNickname
public void setNickname(String nickname)
-
getParameters
public List<parameters> getParameters()
-
setParameters
public void setParameters(List<parameters> parameters)
-
-