Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastSentError
Packages that use LastSentError
Package
Description
-
Uses of LastSentError 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 LastSentErrorModifier and TypeMethodDescriptionErrorMessages.getLastSentError()Return lastSentError, ornullif it is not present.ErrorMessagesBuilder.getLastSentError()Return current value associated with the property corresponding toErrorMessages.getLastSentError().@NonNull LastSentErrorErrorMessages.nonnullLastSentError()Return lastSentError, 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 LastSentErrorModifier 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
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 LastSentErrorModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages that return LastSentErrorModifier and TypeMethodDescription@NonNull LastSentErrorLastSentErrorBuilder.build()A newLastSentErrorinstance.static @NonNull LastSentErrorLastSentErrorBuilder.empty()Get empty instance of LastSentError.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 LastSentErrorModifier and TypeMethodDescriptiondefault Class<LastSentError> LastSentError.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 LastSentErrorModifier and TypeMethodDescriptionstatic booleanLastSentError.bindingEquals(@NonNull LastSentError thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLastSentError.bindingHashCode(@NonNull LastSentError obj) Default implementation ofObject.hashCode()contract for this interface.static StringLastSentError.bindingToString(@NonNull LastSentError 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 LastSentErrorModifier 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.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 LastSentErrorModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLastSentError.