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