public class EtcdDirectoryNode extends Object
Constructor and Description |
---|
EtcdDirectoryNode() |
Modifier and Type | Method and Description |
---|---|
int |
getCreatedIndex() |
String |
getKey() |
int |
getModifiedIndex() |
String |
getName() |
List<EtcdDirectoryNode> |
getNodes() |
String |
getValue() |
boolean |
isDir() |
void |
setCreatedIndex(int createdIndex) |
void |
setDir(boolean dir) |
void |
setKey(String key) |
void |
setModifiedIndex(int modifiedIndex) |
void |
setNodes(List<EtcdDirectoryNode> nodes) |
void |
setValue(String value) |
public boolean isDir()
public void setDir(boolean dir)
public List<EtcdDirectoryNode> getNodes()
public void setNodes(List<EtcdDirectoryNode> nodes)
public int getModifiedIndex()
public void setModifiedIndex(int modifiedIndex)
public int getCreatedIndex()
public void setCreatedIndex(int createdIndex)
public String getValue()
public void setValue(String value)
public String getKey()
public void setKey(String key)
public String getName()