public class HelloInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<HelloInput>
HelloInput instances.HelloInput| Constructor and Description |
|---|
HelloInputBuilder() |
HelloInputBuilder(HelloAck arg) |
HelloInputBuilder(HelloInput base) |
HelloInputBuilder(OcpHeader arg) |
| Modifier and Type | Method and Description |
|---|---|
HelloInputBuilder |
addAugmentation(Class<? extends Augmentation<HelloInput>> augmentationType,
Augmentation<HelloInput> augmentation) |
HelloInput |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<HelloInput>> |
getAugmentation(Class<E> augmentationType) |
OcpMsgType |
getMsgType() |
OriHelloAckRes |
getResult() |
Long |
getXid() |
HelloInputBuilder |
removeAugmentation(Class<? extends Augmentation<HelloInput>> augmentationType) |
HelloInputBuilder |
setMsgType(OcpMsgType value) |
HelloInputBuilder |
setResult(OriHelloAckRes value) |
HelloInputBuilder |
setXid(Long value) |
public HelloInputBuilder()
public HelloInputBuilder(HelloAck arg)
public HelloInputBuilder(OcpHeader arg)
public HelloInputBuilder(HelloInput base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic OcpMsgType getMsgType()
public OriHelloAckRes getResult()
public Long getXid()
public <E extends Augmentation<HelloInput>> E getAugmentation(Class<E> augmentationType)
public HelloInputBuilder setMsgType(OcpMsgType value)
public HelloInputBuilder setResult(OriHelloAckRes value)
public HelloInputBuilder setXid(Long value)
public HelloInputBuilder addAugmentation(Class<? extends Augmentation<HelloInput>> augmentationType, Augmentation<HelloInput> augmentation)
public HelloInputBuilder removeAugmentation(Class<? extends Augmentation<HelloInput>> augmentationType)
public HelloInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<HelloInput>Copyright © 2016 OpenDaylight. All rights reserved.