Class DOMDataTreeIdentifier

    • Constructor Detail

      • DOMDataTreeIdentifier

        public DOMDataTreeIdentifier​(LogicalDatastoreType datastoreType,
                                     YangInstanceIdentifier rootIdentifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • fromMdsal

        public static DOMDataTreeIdentifier fromMdsal​(DOMDataTreeIdentifier mdsal)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return a counterpart to an MD-SAL data tree identifier.
        Returns:
        Controller data tree identifier.
      • toMdsal

        public DOMDataTreeIdentifier toMdsal()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return MD-SAL counterpart of this object.
        Returns:
        MD-SAL data tree identifier.
      • getDatastoreType

        public @NonNull LogicalDatastoreType getDatastoreType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the logical data store type.
        Returns:
        Logical data store type. Guaranteed to be non-null.
      • getRootIdentifier

        public @NonNull YangInstanceIdentifier getRootIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the YangInstanceIdentifier of the root node.
        Returns:
        Instance identifier corresponding to the root node.
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object