Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastReceivedError
Package
Description
-
Uses of LastReceivedError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping
Modifier 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.Modifier 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
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LastReceivedError>>
E$$LastReceivedErrorBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LastReceivedError
LastReceivedErrorBuilder.build()
A newLastReceivedError
instance.static @NonNull LastReceivedError
LastReceivedErrorBuilder.empty()
Get empty instance of LastReceivedError.Modifier and TypeMethodDescriptiondefault Class
<LastReceivedError> LastReceivedError.implementedInterface()
Modifier 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.Modifier and TypeMethodDescriptionLastReceivedErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LastReceivedError> augmentation) Add an augmentation to this builder's product.LastReceivedErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LastReceivedError>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLastReceivedError
.