public class OperationSegment extends Operation
Operation.OperationCode| Constructor and Description |
|---|
OperationSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCompleted()
Check operation execution state is completed or not
|
int |
getExitValue()
Get exit value of the execution result
|
String |
getResponse()
Get content of execution result
|
void |
setCompleted(boolean completed)
Set operation execution state
|
void |
setExitValue(int exitValue)
Set exit value of the execution result
|
void |
setResponse(String response)
Set content of the execution result
|
getCode, getMetaData, getOperationId, setCode, setMetaData, setOperationId, toJSONpublic int getExitValue()
public void setExitValue(int exitValue)
exitValue - exit value of the operationpublic String getResponse()
public void setResponse(String response)
response - The responsepublic boolean getCompleted()
public void setCompleted(boolean completed)
completed - Completed stateCopyright © 2019 WSO2. All rights reserved.