public static class EtcdKeysResponse.EtcdNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
createdIndex |
boolean |
dir |
java.time.ZonedDateTime |
expiration |
java.lang.String |
key |
java.lang.Integer |
modifiedIndex |
java.util.List<EtcdKeysResponse.EtcdNode> |
nodes |
java.lang.Integer |
ttl |
java.lang.String |
value |
| Constructor and Description |
|---|
EtcdNode() |
public java.lang.String key
public boolean dir
public java.lang.Integer createdIndex
public java.lang.Integer modifiedIndex
public java.lang.String value
public java.time.ZonedDateTime expiration
public java.lang.Integer ttl
public java.util.List<EtcdKeysResponse.EtcdNode> nodes