DataTreeIdentifier instead.@Deprecated 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(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType datastoreType,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> rootIdentifier)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DataTreeIdentifier<?> other)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
@NonNull org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType |
getDatastoreType()
Deprecated.
Return the logical data store type.
|
@NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> |
getRootIdentifier()
Deprecated.
Return the
InstanceIdentifier of the root node. |
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public DataTreeIdentifier(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType datastoreType,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> rootIdentifier)
public @NonNull org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType getDatastoreType()
public @NonNull 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 © 2020 OpenDaylight. All rights reserved.