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