public static final class EtcdResponse.Node extends Object
| Constructor and Description |
|---|
Node(String key,
String value,
long createdIndex,
long modifiedIndex,
long ttl,
List<EtcdResponse.Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedIndex() |
String |
getKey() |
long |
getModifiedIndex() |
List<EtcdResponse.Node> |
getNodes() |
long |
getTtl() |
String |
getValue() |
public Node(String key, String value, long createdIndex, long modifiedIndex, long ttl, List<EtcdResponse.Node> nodes)
public String getKey()
public long getCreatedIndex()
public long getModifiedIndex()
public long getTtl()
public String getValue()
public List<EtcdResponse.Node> getNodes()
Copyright © 2017 LeanIX GmbH. All rights reserved.