Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastReceivedError
Packages that use LastReceivedError
Package
Description
-
Uses of LastReceivedError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping that return LastReceivedErrorModifier and TypeMethodDescriptionErrorMessages.getLastReceivedError()
Return lastReceivedError, ornull
if it is not present.ErrorMessagesBuilder.getLastReceivedError()
Return current value associated with the property corresponding toErrorMessages.getLastReceivedError()
.@NonNull LastReceivedError
ErrorMessages.nonnullLastReceivedError()
Return lastReceivedError, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping with parameters of type LastReceivedErrorModifier and TypeMethodDescriptionErrorMessagesBuilder.setLastReceivedError
(LastReceivedError value) Set the property corresponding toErrorMessages.getLastReceivedError()
to the specified value. -
Uses of LastReceivedError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages with type parameters of type LastReceivedErrorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LastReceivedError>>
E$$LastReceivedErrorBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages that return LastReceivedErrorModifier and TypeMethodDescription@NonNull LastReceivedError
LastReceivedErrorBuilder.build()
A newLastReceivedError
instance.static @NonNull LastReceivedError
LastReceivedErrorBuilder.empty()
Get empty instance of LastReceivedError.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages that return types with arguments of type LastReceivedErrorModifier and TypeMethodDescriptiondefault Class<LastReceivedError>
LastReceivedError.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages with parameters of type LastReceivedErrorModifier and TypeMethodDescriptionstatic boolean
LastReceivedError.bindingEquals
(@NonNull LastReceivedError thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LastReceivedError.bindingHashCode
(@NonNull LastReceivedError obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LastReceivedError.bindingToString
(@NonNull LastReceivedError obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages with type arguments of type LastReceivedErrorModifier and TypeMethodDescriptionLastReceivedErrorBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LastReceivedError> augmentation) Add an augmentation to this builder's product.LastReceivedErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LastReceivedError>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages with parameters of type LastReceivedErrorModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLastReceivedError
.