public class FlowMapping extends Object
| Constructor and Description |
|---|
FlowMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getContentType() |
org.mule.runtime.core.api.construct.Flow |
getFlow() |
String |
getFlowRef() |
String |
getKey() |
String |
getResource() |
void |
setAction(String action) |
void |
setContentType(String contentType) |
void |
setFlow(org.mule.runtime.core.api.construct.Flow flow) |
void |
setFlowRef(String flowRef) |
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 String getKey()
public String getFlowRef()
public void setFlowRef(String flowRef)
public void setFlow(org.mule.runtime.core.api.construct.Flow flow)
public org.mule.runtime.core.api.construct.Flow getFlow()
Copyright © 2025. All rights reserved.