Interface Success

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Success>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Replies>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, VendorInformationObjects

    public interface Success
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Replies>, org.opendaylight.yangtools.yang.binding.Augmentable<Success>, VendorInformationObjects

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

     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/success

    To create instances of this class use SuccessBuilder.

    See Also:
    SuccessBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Success> 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 VendorInformationObjects
      • getPaths

        @Nullable List<Paths> getPaths()
        Returns:
        java.util.List paths, or null if not present
      • nonnullPaths

        default @NonNull List<Paths> nonnullPaths()
        Returns:
        java.util.List paths, or an empty list if it is not present