public class KeepaliveMessageBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<KeepaliveMessage>
KeepaliveMessage instances.KeepaliveMessage| Constructor and Description |
|---|
KeepaliveMessageBuilder() |
KeepaliveMessageBuilder(KeepaliveMessage base) |
KeepaliveMessageBuilder(MessageHeader arg) |
| Modifier and Type | Method and Description |
|---|---|
KeepaliveMessageBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage> augmentationValue) |
KeepaliveMessage |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> |
getAugmentation(Class<E> augmentationType) |
ProtocolVersion |
getVersion() |
KeepaliveMessageBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> augmentationType) |
KeepaliveMessageBuilder |
setVersion(ProtocolVersion value) |
public KeepaliveMessageBuilder()
public KeepaliveMessageBuilder(MessageHeader arg)
public KeepaliveMessageBuilder(KeepaliveMessage base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic ProtocolVersion getVersion()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> E getAugmentation(Class<E> augmentationType)
public KeepaliveMessageBuilder setVersion(ProtocolVersion value)
public KeepaliveMessageBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage> augmentationValue)
public KeepaliveMessageBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> augmentationType)
public KeepaliveMessage build()
build in interface org.opendaylight.yangtools.concepts.Builder<KeepaliveMessage>Copyright © 2018 OpenDaylight. All rights reserved.