Interface Stateful

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Stateful>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<StatefulCapabilityTlv>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv

    public interface Stateful
    extends org.opendaylight.yangtools.yang.binding.ChildOf<StatefulCapabilityTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<Stateful>, Tlv

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful07

     container stateful {
       uses pcep:tlv;
       leaf lsp-update-capability {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/stateful-capability-tlv/stateful

    To create instances of this class use StatefulBuilder.

    See Also:
    StatefulBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Stateful> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Tlv
      • isLspUpdateCapability

        @Nullable Boolean isLspUpdateCapability()
        Returns:
        java.lang.Boolean lspUpdateCapability, or null if not present