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