public class MapResultNode extends Object implements DbResultNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Map<String,String> |
value |
| Constructor and Description |
|---|
MapResultNode(Map<String,String> obj,
String name) |
| Modifier and Type | Method and Description |
|---|---|
DbResultNode |
getChildByName(String name) |
List<DbResultNode> |
getChildren() |
Map<String,String> |
getMap() |
String |
getName() |
DbResultNodeType |
getNodeType() |
String |
getValue() |
String |
toString() |
public DbResultNodeType getNodeType()
getNodeType in interface DbResultNodepublic List<DbResultNode> getChildren()
getChildren in interface DbResultNodepublic String getName()
getName in interface DbResultNodepublic DbResultNode getChildByName(String name)
getChildByName in interface DbResultNodepublic String getValue()
getValue in interface DbResultNodeCopyright © 2012–2021 Zalando SE. All rights reserved.