java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRootKey
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.Key<ListInRoot>

@Generated("mdsal-binding-generator") public class ListInRootKey extends Object implements org.opendaylight.yangtools.yang.binding.Key<ListInRoot>
This class represents the key of ListInRoot class.
See Also:
  • Constructor Details

    • ListInRootKey

      public ListInRootKey(@NonNull String _leafA, @NonNull String _leafB, @NonNull String _leafC)
      Constructs an instance.
      Parameters:
      _leafA - the entity leafA
      _leafB - the entity leafB
      _leafC - the entity leafC
      Throws:
      NullPointerException - if any of the arguments are null
    • ListInRootKey

      public ListInRootKey(ListInRootKey source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getLeafA

      public @NonNull String getLeafA()
      Return leafA, guaranteed to be non-null.
      Returns:
      String leafA, guaranteed to be non-null.
    • getLeafB

      public @NonNull String getLeafB()
      Return leafB, guaranteed to be non-null.
      Returns:
      String leafB, guaranteed to be non-null.
    • getLeafC

      public @NonNull String getLeafC()
      Return leafC, guaranteed to be non-null.
      Returns:
      String leafC, guaranteed to be non-null.
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Specified by:
      equals in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Specified by:
      toString in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      toString in class Object