Interface RequestCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RequestCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<PcerrMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ErrorType

    public interface RequestCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RequestCase>, ErrorType

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

     case request-case {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Request getRequest()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.Request request, or null if not present