public static class Binder.Node extends VaultModel
Modifier and Type | Class and Description |
---|---|
static class |
Binder.Node.BinderSection |
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
List<Binder.Node> |
getNodes() |
List<Binder.Node.BinderSection> |
getProperties() |
Boolean |
hasChildren()
Determine if children nodes exist
|
void |
setNodes(List<Binder.Node> nodes) |
void |
setProperties(List<Binder.Node.BinderSection> properties) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public Boolean hasChildren()
public List<Binder.Node.BinderSection> getProperties()
public void setProperties(List<Binder.Node.BinderSection> properties)
public List<Binder.Node> getNodes()
public void setNodes(List<Binder.Node> nodes)
Copyright © 2021. All rights reserved.