public class CodesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Codes>
Codes instances.Codes| Constructor and Description |
|---|
CodesBuilder() |
CodesBuilder(Codes base) |
CodesBuilder(NumericOneByteValue arg) |
| Modifier and Type | Method and Description |
|---|---|
CodesBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Codes>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Codes> augmentationValue) |
Codes |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Codes>> |
getAugmentation(Class<E> augmentationType) |
NumericOperand |
getOp() |
Short |
getValue() |
CodesBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Codes>> augmentationType) |
CodesBuilder |
setOp(NumericOperand value) |
CodesBuilder |
setValue(Short value) |
public CodesBuilder()
public CodesBuilder(NumericOneByteValue arg)
public CodesBuilder(Codes 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<Codes>> E getAugmentation(Class<E> augmentationType)
public CodesBuilder setOp(NumericOperand value)
public CodesBuilder setValue(Short value)
public CodesBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Codes>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Codes> augmentationValue)
public CodesBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Codes>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.