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