java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.IgpBits.UpDown
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject
Enclosing interface:
IgpBits

public static final class IgpBits.UpDown extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

This class represents the following YANG schema fragment defined in module bgp-linkstate

 leaf up-down {
   status deprecated;
   type bits {
     bit up-down {
       position 0;
     }
   }
 }
 
See Also:
  • Constructor Details

    • UpDown

      public UpDown(Boolean _upDown)
    • UpDown

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