public static class EtcdKVStore.EtcdNode extends Object
| Constructor and Description |
|---|
EtcdNode() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedIndex() |
String |
getExpiration() |
String |
getKey() |
long |
getModifiedIndex() |
Integer |
getTtl() |
String |
getValue() |
void |
setCreatedIndex(long createdIndex) |
void |
setExpiration(String expiration) |
void |
setKey(String key) |
void |
setModifiedIndex(long modifiedIndex) |
void |
setTtl(Integer ttl) |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public long getCreatedIndex()
public void setCreatedIndex(long createdIndex)
public long getModifiedIndex()
public void setModifiedIndex(long modifiedIndex)
public String getValue()
public void setValue(String value)
public String getExpiration()
public void setExpiration(String expiration)
public Integer getTtl()
public void setTtl(Integer ttl)
Copyright © 2016. All Rights Reserved.