public final class EtcdResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EtcdResponse.Node |
| Modifier and Type | Field and Description |
|---|---|
String |
cause |
int |
errorCode |
int |
index |
String |
message |
EtcdResponse.Node |
prevNode
fields only used in case of errors
|
| Constructor and Description |
|---|
EtcdResponse(String action,
EtcdResponse.Node node) |
public EtcdResponse.Node prevNode
public int errorCode
public String message
public String cause
public int index
public EtcdResponse(String action, EtcdResponse.Node node)
public String getAction()
public EtcdResponse.Node getNode()
Copyright © 2017 LeanIX GmbH. All rights reserved.