public class OpflowRpcResult extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OpflowRpcResult.Step |
| Constructor and Description |
|---|
OpflowRpcResult(String routineId,
String requestId,
String workerTag,
List<OpflowRpcResult.Step> progress,
boolean failed,
byte[] error,
boolean completed,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getError() |
String |
getErrorAsString() |
OpflowRpcResult.Step[] |
getProgress() |
String |
getRequestId() |
String |
getRoutineId() |
byte[] |
getValue() |
String |
getValueAsString() |
String |
getWorkerTag() |
boolean |
isCompleted() |
boolean |
isFailed() |
boolean |
isTimeout() |
public OpflowRpcResult(String routineId, String requestId, String workerTag, List<OpflowRpcResult.Step> progress, boolean failed, byte[] error, boolean completed, byte[] value)
public String getRoutineId()
public String getRequestId()
public String getWorkerTag()
public boolean isTimeout()
public boolean isFailed()
public byte[] getError()
public String getErrorAsString()
public boolean isCompleted()
public byte[] getValue()
public String getValueAsString()
public OpflowRpcResult.Step[] getProgress()
Copyright © 2017. All rights reserved.