public class SetConfigInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SetConfigInput>
SetConfigInput
instances.SetConfigInput
Constructor and Description |
---|
SetConfigInputBuilder() |
SetConfigInputBuilder(OfHeader arg) |
SetConfigInputBuilder(SetConfig arg) |
SetConfigInputBuilder(SetConfigInput base) |
Modifier and Type | Method and Description |
---|---|
SetConfigInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput> augmentationValue) |
SetConfigInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> |
getAugmentation(Class<E> augmentationType) |
SwitchConfigFlag |
getFlags() |
Integer |
getMissSendLen() |
Short |
getVersion() |
Long |
getXid() |
SetConfigInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> augmentationType) |
SetConfigInputBuilder |
setFlags(SwitchConfigFlag value) |
SetConfigInputBuilder |
setMissSendLen(Integer value) |
SetConfigInputBuilder |
setVersion(Short value) |
SetConfigInputBuilder |
setXid(Long value) |
public SetConfigInputBuilder()
public SetConfigInputBuilder(SetConfig arg)
public SetConfigInputBuilder(OfHeader arg)
public SetConfigInputBuilder(SetConfigInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic SwitchConfigFlag getFlags()
public Integer getMissSendLen()
public Short getVersion()
public Long getXid()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> E getAugmentation(Class<E> augmentationType)
public SetConfigInputBuilder setFlags(SwitchConfigFlag value)
public SetConfigInputBuilder setMissSendLen(Integer value)
public SetConfigInputBuilder setVersion(Short value)
public SetConfigInputBuilder setXid(Long value)
public SetConfigInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput> augmentationValue)
public SetConfigInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetConfigInput>> augmentationType)
public SetConfigInput build()
build
in interface org.opendaylight.yangtools.concepts.Builder<SetConfigInput>
Copyright © 2018 OpenDaylight. All rights reserved.