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