public abstract class CommandResponse extends Object
| Constructor and Description |
|---|
CommandResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitValue()
Get exit value of the operation
|
String |
getOperationId()
Get operation id of the response
|
void |
setExitValue(int exitValue)
Set exit value of the operation
|
void |
setOperationId(String operationId)
Set operation id of the response
|
public String getOperationId()
public void setOperationId(String operationId)
operationId - The operation idpublic int getExitValue()
public void setExitValue(int exitValue)
exitValue - The exit value of the operationCopyright © 2019 WSO2. All rights reserved.