Interface UserError

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UserError>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RsvpErrorSpec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, UserErrorSpec

    public interface UserError
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RsvpErrorSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<UserError>, UserErrorSpec

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

     container user-error {
       uses rsvp:user-error-spec;
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/rsvp-error-spec-tlv/rsvp-error-spec/error-type/user-case/user-error

    To create instances of this class use UserErrorBuilder.

    See Also:
    UserErrorBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UserError> 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 UserErrorSpec