public class FlowMapping extends Object
| Constructor and Description |
|---|
FlowMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getContentType() |
org.mule.construct.Flow |
getFlow() |
String |
getKey() |
String |
getResource() |
void |
setAction(String action) |
void |
setContentType(String contentType) |
void |
setFlow(org.mule.construct.Flow flow) |
void |
setResource(String resource) |
public String getResource()
public void setResource(String resource)
public String getAction()
public void setAction(String action)
public String getContentType()
public void setContentType(String contentType)
public org.mule.construct.Flow getFlow()
public void setFlow(org.mule.construct.Flow flow)
public String getKey()
Copyright © 2021. All rights reserved.