java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv4LocalAddressKey
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.Key<Ipv4LocalAddress>

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

    • Ipv4LocalAddressKey

      public Ipv4LocalAddressKey(@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix _ipv4Prefix)
      Constructs an instance.
      Parameters:
      _ipv4Prefix - the entity ipv4Prefix
      Throws:
      NullPointerException - if any of the arguments are null
    • Ipv4LocalAddressKey

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

    • getIpv4Prefix

      public @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getIpv4Prefix()
      Return ipv4Prefix, guaranteed to be non-null.
      Returns:
      Ipv4Prefix ipv4Prefix, 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