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