Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top.Messages
-
-
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 Messages Modifier and Type Method Description MessagesMessagesTop. getMessages()Return messages, ornullif 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 Messages Modifier and Type Method Description <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 Messages Modifier and Type Method Description @NonNull MessagesMessagesBuilder. build()A newMessagesinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top that return types with arguments of type Messages Modifier and Type Method Description default Class<Messages>Messages. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with parameters of type Messages Modifier and Type Method Description static 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 Messages Modifier and Type Method Description MessagesBuilderMessagesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Messages> augmentation)Add an augmentation to this builder's product.MessagesBuilderMessagesBuilder. 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 Messages Constructor Description MessagesBuilder(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 Messages Modifier and Type Method Description MessagesSystemBuilder. 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 Messages Modifier and Type Method Description SystemBuilderSystemBuilder. setMessages(Messages value)Set the property corresponding toMessagesTop.getMessages()to the specified value.
-