Class 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
    See Also:
    Serialized Form
    • Constructor Detail

      • Capabilities

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

      • 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