public class Action extends Object
Action class.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isQuestioned |
| Constructor and Description |
|---|
Action()
Constructor for Action.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UriParameter>> |
getBaseUriParameters()
Getter for the field
baseUriParameters. |
Map<String,MimeType> |
getBody()
Getter for the field
body. |
String |
getDescription()
Getter for the field
description. |
Map<String,Header> |
getHeaders()
Getter for the field
headers. |
List<String> |
getIs()
Getter for the field
is. |
List<TemplateUse> |
getIsModel()
Getter for the field
isModel. |
List<Protocol> |
getProtocols()
Getter for the field
protocols. |
Map<String,QueryParameter> |
getQueryParameters()
Getter for the field
queryParameters. |
Resource |
getResource()
Getter for the field
resource. |
Map<String,Response> |
getResponses()
Getter for the field
responses. |
List<SecurityReference> |
getSecuredBy()
Getter for the field
securedBy. |
ActionType |
getType()
Getter for the field
type. |
boolean |
isQuestioned()
isQuestioned.
|
void |
setBaseUriParameters(Map<String,List<UriParameter>> baseUriParameters)
Setter for the field
baseUriParameters. |
void |
setBody(Map<String,MimeType> body)
Setter for the field
body. |
void |
setDescription(String description)
Setter for the field
description. |
void |
setHeaders(Map<String,Header> headers)
Setter for the field
headers. |
void |
setIs(List<String> is)
Setter for the field
is. |
void |
setIsModel(List<TemplateUse> isModel)
Setter for the field
isModel. |
void |
setProtocols(List<Protocol> protocols)
Setter for the field
protocols. |
void |
setQueryParameters(Map<String,QueryParameter> queryParameters)
Setter for the field
queryParameters. |
void |
setQuestioned(boolean isQuestioned)
setQuestioned.
|
void |
setResource(Resource resource)
Setter for the field
resource. |
void |
setResponses(Map<String,Response> responses)
Setter for the field
responses. |
void |
setSecuredBy(List<SecurityReference> securedBy)
Setter for the field
securedBy. |
void |
setType(ActionType type)
Setter for the field
type. |
String |
toString()
toString.
|
public List<TemplateUse> getIsModel()
Getter for the field isModel.
List object.public void setIsModel(List<TemplateUse> isModel)
Setter for the field isModel.
isModel - a List object.public ActionType getType()
Getter for the field type.
ActionType object.public void setType(ActionType type)
Setter for the field type.
type - a ActionType object.public String getDescription()
Getter for the field description.
String object.public void setDescription(String description)
Setter for the field description.
description - a String object.public Map<String,Header> getHeaders()
Getter for the field headers.
Map object.public void setHeaders(Map<String,Header> headers)
Setter for the field headers.
headers - a Map object.public Map<String,QueryParameter> getQueryParameters()
Getter for the field queryParameters.
Map object.public void setQueryParameters(Map<String,QueryParameter> queryParameters)
Setter for the field queryParameters.
queryParameters - a Map object.public void setBody(Map<String,MimeType> body)
Setter for the field body.
body - a Map object.public Map<String,Response> getResponses()
Getter for the field responses.
Map object.public void setResponses(Map<String,Response> responses)
Setter for the field responses.
responses - a Map object.public Resource getResource()
Getter for the field resource.
Resource object.public void setResource(Resource resource)
Setter for the field resource.
resource - a Resource object.public List<Protocol> getProtocols()
Getter for the field protocols.
List object.public void setProtocols(List<Protocol> protocols)
Setter for the field protocols.
protocols - a List object.public List<SecurityReference> getSecuredBy()
Getter for the field securedBy.
List object.public void setSecuredBy(List<SecurityReference> securedBy)
Setter for the field securedBy.
securedBy - a List object.public Map<String,List<UriParameter>> getBaseUriParameters()
Getter for the field baseUriParameters.
Map object.public void setBaseUriParameters(Map<String,List<UriParameter>> baseUriParameters)
Setter for the field baseUriParameters.
baseUriParameters - a Map object.public String toString()
toString.
public boolean isQuestioned()
isQuestioned.
public void setQuestioned(boolean isQuestioned)
setQuestioned.
isQuestioned - a boolean.Copyright © 2015 Mulesoft. All rights reserved.