public class Action extends Object
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Action |
addAnnotationsItem(AnnotationAttachment annotationsItem) |
Action |
addParametersItem(Parameter parametersItem) |
Action |
addReturnParamsItem(Parameter returnParamsItem) |
Action |
annotations(List<AnnotationAttachment> annotations) |
boolean |
equals(Object o) |
List<AnnotationAttachment> |
getAnnotations()
Get annotations.
|
String |
getFileName() |
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<AnnotationAttachment> annotations) |
void |
setFileName(String fileName) |
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<AnnotationAttachment> annotations)
public Action addAnnotationsItem(AnnotationAttachment annotationsItem)
public List<AnnotationAttachment> getAnnotations()
public void setAnnotations(List<AnnotationAttachment> annotations)
public String getFileName()
public void setFileName(String fileName)
Copyright © 2018 WSO2. All rights reserved.