public final class OperationContext
extends java.lang.Object
| Constructor and Description |
|---|
OperationContext(java.util.Map<java.lang.String,java.lang.String> tags)
Constructs new OperationContext object with the given tags.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the operation id.
|
java.lang.String |
getName()
Gets the operation name.
|
java.lang.String |
getParentId()
Get the operation parent id
|
java.lang.String |
getSyntheticSource()
Gets the synthetic source.
|
void |
setId(java.lang.String id)
Sets the operation id.
|
void |
setName(java.lang.String name)
Sets the operation name.
|
void |
setParentId(java.lang.String parentId)
Set the Operation Parent id
|
void |
setSyntheticSource(java.lang.String syntheticSource)
Sets the synthetic source.
|
public OperationContext(java.util.Map<java.lang.String,java.lang.String> tags)
tags - The OperationContext tags.public java.lang.String getId()
public void setId(java.lang.String id)
id - The operation id.public void setParentId(java.lang.String parentId)
parentId - public java.lang.String getParentId()
public java.lang.String getName()
public void setName(java.lang.String name)
name - Operation name.public java.lang.String getSyntheticSource()
public void setSyntheticSource(java.lang.String syntheticSource)
syntheticSource - The synthetic source.