java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes.Capabilities
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject
Enclosing interface:
OspfNodeAttributes

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

This class represents the following YANG schema fragment defined in module ospf-topology

 leaf capabilities {
   type bits {
     bit graceful-restart-capable {
       position 0;
     }
     bit graceful-restart-helper {
       position 1;
     }
     bit stub-router-support {
       position 2;
     }
     bit traffic-engineering-support {
       position 3;
     }
     bit point-to-point-over-lan {
       position 4;
     }
     bit experimental-te {
       position 5;
     }
   }
 }
 
See Also:
  • Constructor Details

    • Capabilities

      public Capabilities(Boolean _experimentalTe, Boolean _gracefulRestartCapable, Boolean _gracefulRestartHelper, Boolean _pointToPointOverLan, Boolean _stubRouterSupport, Boolean _trafficEngineeringSupport)
    • Capabilities

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

    • getGracefulRestartCapable

      public Boolean getGracefulRestartCapable()
    • getGracefulRestartHelper

      public Boolean getGracefulRestartHelper()
    • getStubRouterSupport

      public Boolean getStubRouterSupport()
    • getTrafficEngineeringSupport

      public Boolean getTrafficEngineeringSupport()
    • getPointToPointOverLan

      public Boolean getPointToPointOverLan()
    • getExperimentalTe

      public Boolean getExperimentalTe()
    • 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