setOperationId method
- String operationId
inherited
Sets the identifier of the encapsulating operation.
Params:
- operationId: The identifier of the encapsulating operation.
Implementation
void setOperationId(String operationId) {
this.operationId = operationId;
}