Interface LastSentError

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LastSentError>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ErrorMessages>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Error

    public interface LastSentError
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ErrorMessages>, org.opendaylight.yangtools.yang.binding.Augmentable<LastSentError>, Error
    Type/value tuple of last sent error.

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

     container last-sent-error {
       uses error;
     }
     
    The schema path to identify an instance is pcep-session-stats/error-messages-grouping/error-messages/last-sent-error

    To create instances of this class use LastSentErrorBuilder.

    See Also:
    LastSentErrorBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LastSentError> 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 Error