Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top.Messages
Packages that use Messages
Package
Description
-
Uses of Messages in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813 that return MessagesModifier and TypeMethodDescriptionMessagesTop.getMessages()Return messages, ornullif it is not present.@NonNull MessagesMessagesTop.nonnullMessages()Return messages, or an empty instance if it is not present. -
Uses of Messages in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with type parameters of type MessagesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Messages>>
E$$MessagesBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top that return MessagesModifier and TypeMethodDescription@NonNull MessagesMessagesBuilder.build()A newMessagesinstance.static @NonNull MessagesMessagesBuilder.empty()Get empty instance of Messages.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top that return types with arguments of type MessagesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with parameters of type MessagesModifier and TypeMethodDescriptionstatic booleanMessages.bindingEquals(@NonNull Messages thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMessages.bindingHashCode(@NonNull Messages obj) Default implementation ofObject.hashCode()contract for this interface.static StringMessages.bindingToString(@NonNull Messages obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with type arguments of type MessagesModifier and TypeMethodDescriptionMessagesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Messages> augmentation) Add an augmentation to this builder's product.MessagesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Messages>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with parameters of type MessagesModifierConstructorDescriptionMessagesBuilder(Messages base) Construct a builder initialized with state from specifiedMessages. -
Uses of Messages in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return MessagesModifier and TypeMethodDescriptionSystemBuilder.getMessages()Return current value associated with the property corresponding toMessagesTop.getMessages().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type MessagesModifier and TypeMethodDescriptionSystemBuilder.setMessages(Messages value) Set the property corresponding toMessagesTop.getMessages()to the specified value.