public class BindingCalled extends Object
| Constructor and Description |
|---|
BindingCalled() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExecutionContextId()
Identifier of the context where the call was made.
|
String |
getName() |
String |
getPayload() |
void |
setExecutionContextId(Integer executionContextId)
Identifier of the context where the call was made.
|
void |
setName(String name) |
void |
setPayload(String payload) |
public String getName()
public void setName(String name)
public String getPayload()
public void setPayload(String payload)
public Integer getExecutionContextId()
public void setExecutionContextId(Integer executionContextId)
Copyright © 2020. All rights reserved.