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