Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastSentError
Package
Description
-
Uses of LastSentError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping
Modifier and TypeMethodDescriptionErrorMessages.getLastSentError()
Return lastSentError, ornull
if it is not present.ErrorMessagesBuilder.getLastSentError()
Return current value associated with the property corresponding toErrorMessages.getLastSentError()
.@NonNull LastSentError
ErrorMessages.nonnullLastSentError()
Return lastSentError, or an empty instance if it is not present.Modifier and TypeMethodDescriptionErrorMessagesBuilder.setLastSentError
(LastSentError value) Set the property corresponding toErrorMessages.getLastSentError()
to the specified value. -
Uses of LastSentError 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<LastSentError>>
E$$LastSentErrorBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LastSentError
LastSentErrorBuilder.build()
A newLastSentError
instance.static @NonNull LastSentError
LastSentErrorBuilder.empty()
Get empty instance of LastSentError.Modifier and TypeMethodDescriptiondefault Class
<LastSentError> LastSentError.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
LastSentError.bindingEquals
(@NonNull LastSentError thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LastSentError.bindingHashCode
(@NonNull LastSentError obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LastSentError.bindingToString
(@NonNull LastSentError obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionLastSentErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LastSentError> augmentation) Add an augmentation to this builder's product.LastSentErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LastSentError>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLastSentError
.