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 StringgetHttpMethod()StringgetNickname()StringgetNotes()List<parameters>getParameters()StringgetResponseClass()StringgetSummary()String[]getSupportedContentTypes()voidsetHttpMethod(String httpMethod)voidsetNickname(String nickname)voidsetNotes(String notes)voidsetParameters(List<parameters> parameters)voidsetResponseClass(String responseClass)voidsetSummary(String summary)voidsetSupportedContentTypes(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)
-
-