@Generated(value="io.swagger.codegen.languages.JavaMSF4JServerCodegen", date="2017-01-27T07:45:46.625Z") public class Action extends Object
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Action |
addAnnotationsItem(Annotation annotationsItem) |
Action |
addParametersItem(Parameter parametersItem) |
Action |
addReturnParamsItem(Parameter returnParamsItem) |
Action |
annotations(List<Annotation> annotations) |
boolean |
equals(Object o) |
List<Annotation> |
getAnnotations()
Get annotations
|
String |
getName()
Get name
|
List<Parameter> |
getParameters()
Get parameters
|
List<Parameter> |
getReturnParams()
Get returnParams
|
int |
hashCode() |
Action |
name(String name) |
Action |
parameters(List<Parameter> parameters) |
Action |
returnParams(List<Parameter> returnParams) |
void |
setAnnotations(List<Annotation> annotations) |
void |
setName(String name) |
void |
setParameters(List<Parameter> parameters) |
void |
setReturnParams(List<Parameter> returnParams) |
String |
toString() |
public String getName()
public void setName(String name)
public Action annotations(List<Annotation> annotations)
public Action addAnnotationsItem(Annotation annotationsItem)
public List<Annotation> getAnnotations()
public void setAnnotations(List<Annotation> annotations)
Copyright © 2017 WSO2. All rights reserved.