public static final class YangInstanceIdentifier.NodeIdentifierWithPredicates extends Object
MapEntryNode
leaf
overall data tree.Constructor and Description |
---|
NodeIdentifierWithPredicates(QName node) |
NodeIdentifierWithPredicates(QName node,
ImmutableOffsetMap<QName,Object> keyValues) |
NodeIdentifierWithPredicates(QName node,
Map<QName,Object> keyValues) |
NodeIdentifierWithPredicates(QName node,
QName key,
Object value) |
NodeIdentifierWithPredicates(QName node,
SharedSingletonMap<QName,Object> keyValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<QName,Object> |
getKeyValues() |
protected int |
hashCodeImpl() |
String |
toRelativeString(YangInstanceIdentifier.PathArgument previous)
Return the string representation of this object for use in context
provided by a previous object.
|
String |
toString() |
public NodeIdentifierWithPredicates(QName node)
public NodeIdentifierWithPredicates(QName node, Map<QName,Object> keyValues)
public NodeIdentifierWithPredicates(QName node, ImmutableOffsetMap<QName,Object> keyValues)
public NodeIdentifierWithPredicates(QName node, SharedSingletonMap<QName,Object> keyValues)
protected int hashCodeImpl()
public boolean equals(Object obj)
public String toString()
public String toRelativeString(YangInstanceIdentifier.PathArgument previous)
YangInstanceIdentifier.PathArgument
YangInstanceIdentifier.toString()
, but implementations are encourage to
reuse any context already emitted by the previous object.toRelativeString
in interface YangInstanceIdentifier.PathArgument
previous
- Previous path argumentCopyright © 2019 OpenDaylight. All rights reserved.