Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state.Message
Packages that use Message
Package
Description
-
Uses of Message 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 MessageModifier and TypeMethodDescriptionMessagesState.getMessage()Return message, ornullif it is not present.@NonNull MessageMessagesState.nonnullMessage()Return message, or an empty instance if it is not present. -
Uses of Message in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state with type parameters of type MessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Message>>
E$$MessageBuilder.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.state that return MessageModifier and TypeMethodDescription@NonNull MessageMessageBuilder.build()A newMessageinstance.static @NonNull MessageMessageBuilder.empty()Get empty instance of Message.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state that return types with arguments of type MessageMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state with parameters of type MessageModifier and TypeMethodDescriptionstatic booleanMessage.bindingEquals(@NonNull Message thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMessage.bindingHashCode(@NonNull Message obj) Default implementation ofObject.hashCode()contract for this interface.static StringMessage.bindingToString(@NonNull Message obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state with type arguments of type MessageModifier and TypeMethodDescriptionMessageBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Message> augmentation) Add an augmentation to this builder's product.MessageBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Message>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state with parameters of type MessageModifierConstructorDescriptionMessageBuilder(Message base) Construct a builder initialized with state from specifiedMessage. -
Uses of Message in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top.messages
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top.messages that return MessageModifier and TypeMethodDescriptionStateBuilder.getMessage()Return current value associated with the property corresponding toMessagesState.getMessage().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top.messages with parameters of type MessageModifier and TypeMethodDescriptionStateBuilder.setMessage(Message value) Set the property corresponding toMessagesState.getMessage()to the specified value.