public final class DataTreeIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.Path<DataTreeIdentifier<?>>, Serializable
Constructor and Description |
---|
DataTreeIdentifier(LogicalDatastoreType datastoreType,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> rootIdentifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(DataTreeIdentifier<?> other) |
boolean |
equals(Object obj) |
LogicalDatastoreType |
getDatastoreType()
Return the logical data store type.
|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> |
getRootIdentifier()
Return the
InstanceIdentifier of the root node. |
int |
hashCode() |
String |
toString() |
public DataTreeIdentifier(LogicalDatastoreType datastoreType, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> rootIdentifier)
@Nonnull public LogicalDatastoreType getDatastoreType()
@Nonnull public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> getRootIdentifier()
InstanceIdentifier
of the root node.public boolean contains(DataTreeIdentifier<?> other)
contains
in interface org.opendaylight.yangtools.concepts.Path<DataTreeIdentifier<?>>
Copyright © 2019 OpenDaylight. All rights reserved.