Interface LastReceivedError

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LastReceivedError>, 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 LastReceivedError
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ErrorMessages>, org.opendaylight.yangtools.yang.binding.Augmentable<LastReceivedError>, Error
    Type/value tuple of last received error.

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

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

    To create instances of this class use LastReceivedErrorBuilder.

    See Also:
    LastReceivedErrorBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LastReceivedError> 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