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