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