public class TransactionStackEntry extends Object
| Constructor and Description |
|---|
TransactionStackEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchId() |
org.mule.tooling.event.model.component.location.ComponentLocation |
getComponentLocation() |
org.mule.tooling.event.model.EventModel |
getData() |
String |
getParentBranchId() |
long |
getTimestamp() |
void |
setBranchId(String branchId) |
void |
setComponentLocation(org.mule.tooling.event.model.component.location.ComponentLocation componentLocation) |
void |
setEventModel(org.mule.tooling.event.model.EventModel data) |
void |
setParentBranchId(String parentBranchId) |
void |
setTimestamp(long timestamp) |
public void setBranchId(String branchId)
public void setParentBranchId(String parentBranchId)
public void setEventModel(org.mule.tooling.event.model.EventModel data)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getBranchId()
public String getParentBranchId()
public org.mule.tooling.event.model.EventModel getData()
public org.mule.tooling.event.model.component.location.ComponentLocation getComponentLocation()
public void setComponentLocation(org.mule.tooling.event.model.component.location.ComponentLocation componentLocation)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.