Interface SuccessCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SuccessCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Replies>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Result

    public interface SuccessCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SuccessCase>, Result

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

     case success-case {
       container success {
         list paths {
           uses path-definition;
         }
         uses vendor-information-objects;
       }
     }
     
    The schema path to identify an instance is pcep-types/pcrep-message/pcrep-message/replies/result/success-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Success getSuccess()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.Success success, or null if not present