public class ControlMessageBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ControlMessage>
ControlMessage instances.ControlMessage| Constructor and Description |
|---|
ControlMessageBuilder() |
ControlMessageBuilder(ControlMessage base) |
| Modifier and Type | Method and Description |
|---|---|
ControlMessageBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage> augmentation) |
ControlMessage |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType |
getMsgType() |
Long |
getRxCount() |
Long |
getTxCount() |
ControlMessageBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> augmentationType) |
ControlMessageBuilder |
setMsgType(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType value) |
ControlMessageBuilder |
setRxCount(Long value) |
ControlMessageBuilder |
setTxCount(Long value) |
public ControlMessageBuilder()
public ControlMessageBuilder(ControlMessage base)
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType getMsgType()
public Long getRxCount()
public Long getTxCount()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> E getAugmentation(Class<E> augmentationType)
public ControlMessageBuilder setMsgType(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType value)
public ControlMessageBuilder setRxCount(Long value)
public ControlMessageBuilder setTxCount(Long value)
public ControlMessageBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage> augmentation)
public ControlMessageBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessage>> augmentationType)
public ControlMessage build()
build in interface org.opendaylight.yangtools.concepts.Builder<ControlMessage>Copyright © 2018 OpenDaylight. All rights reserved.