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