Interface Request

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Request>, 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 Request
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Request>

    This class represents the following YANG schema fragment defined in module pcep-types

     container request {
       list rps {
         uses rp-object;
       }
     }
     
    The schema path to identify an instance is pcep-types/pcerr-message/pcerr-message/error-type/request-case/request

    To create instances of this class use RequestBuilder.

    See Also:
    RequestBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<Rps> getRps()
        Returns:
        java.util.List rps, or null if not present
      • nonnullRps

        default @NonNull List<Rps> nonnullRps()
        Returns:
        java.util.List rps, or an empty list if it is not present