Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state.MessageBuilder
-
Packages that use MessageBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.state -
-
Uses of MessageBuilder 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 that return MessageBuilder Modifier and Type Method Description MessageBuilderMessageBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Message> augmentation)Add an augmentation to this builder's product.MessageBuilderMessageBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Message>> augmentationType)Remove an augmentation from this builder's product.MessageBuilderMessageBuilder. setAppName(String value)Set the property corresponding toMessage.getAppName()to the specified value.MessageBuilderMessageBuilder. setMsg(String value)Set the property corresponding toMessage.getMsg()to the specified value.MessageBuilderMessageBuilder. setMsgid(String value)Set the property corresponding toMessage.getMsgid()to the specified value.MessageBuilderMessageBuilder. setPriority(org.opendaylight.yangtools.yang.common.Uint8 value)Set the property corresponding toMessage.getPriority()to the specified value.MessageBuilderMessageBuilder. setProcid(String value)Set the property corresponding toMessage.getProcid()to the specified value.
-