Interface Stateful

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

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

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

     container stateful {
       list srps {
         uses srp-object;
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/pcerr/pcerr-message/error-type/(urn:opendaylight:params:xml:ns:yang:pcep:ietf:stateful?revision=2018-11-09)stateful-case/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
      • getSrps

        @Nullable List<Srps> getSrps()
        Returns:
        java.util.List srps, or null if not present
      • nonnullSrps

        default @NonNull List<Srps> nonnullSrps()
        Returns:
        java.util.List srps, or an empty list if it is not present