public class TypesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Types>
TypesBuilder instances.TypesBuilder| Constructor and Description |
|---|
TypesBuilder() |
TypesBuilder(NumericOneByteValue arg) |
TypesBuilder(Types base) |
| Modifier and Type | Method and Description |
|---|---|
TypesBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Types> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> |
augmentation(Class<E> augmentationType) |
Types |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
NumericOperand |
getOp() |
Short |
getValue() |
TypesBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType) |
TypesBuilder |
setOp(NumericOperand value) |
TypesBuilder |
setValue(Short value) |
public TypesBuilder()
public TypesBuilder(NumericOneByteValue arg)
public TypesBuilder(Types base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NumericOperand getOp()
public Short getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> E augmentation(Class<E> augmentationType)
public TypesBuilder setOp(NumericOperand value)
public TypesBuilder setValue(Short value)
public TypesBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Types> augmentationValue)
public TypesBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType)
public Types build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Types,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.