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