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