Class ModuleIdentifier

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>

    @Deprecated(forRemoval=true)
    public class ModuleIdentifier
    extends Object
    implements org.opendaylight.yangtools.concepts.Identifier
    Deprecated, for removal: This API element is subject to removal in a future version.
    No longer needed. Used in deprecated ValidationException.
    ModuleIdentifier.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModuleIdentifier

        public ModuleIdentifier​(String factoryName,
                                String instanceName)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getFactoryName

        public String getFactoryName()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getInstanceName

        public String getInstanceName()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • equals

        public boolean equals​(Object object)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        equals in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        hashCode in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        toString in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        toString in class Object