java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalSwitchRef
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>, org.opendaylight.yangtools.yang.binding.TypeObject, org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>

@Generated("mdsal-binding-generator") public class HwvtepPhysicalSwitchRef extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>, Serializable

This class represents the following YANG schema fragment defined in module hwvtep

 typedef hwvtep-physical-switch-ref {
   type instance-identifier;
 }
 
See Also:
  • Constructor Details

    • HwvtepPhysicalSwitchRef

      @ConstructorParameters("value") public HwvtepPhysicalSwitchRef(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> _value)
    • HwvtepPhysicalSwitchRef

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

    • getValue

      public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getValue()
      Specified by:
      getValue in interface org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object