public class DestinationPortRangeBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DestinationPortRange>
DestinationPortRangeBuilder
instances.DestinationPortRangeBuilder
Constructor and Description |
---|
DestinationPortRangeBuilder() |
DestinationPortRangeBuilder(DestinationPortRange base) |
Modifier and Type | Method and Description |
---|---|
DestinationPortRangeBuilder |
addAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType,
Augmentation<DestinationPortRange> augmentationValue) |
<E extends Augmentation<DestinationPortRange>> |
augmentation(Class<E> augmentationType) |
DestinationPortRange |
build() |
PortNumber |
getLowerPort() |
PortNumber |
getUpperPort() |
DestinationPortRangeBuilder |
removeAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType) |
DestinationPortRangeBuilder |
setLowerPort(PortNumber value) |
DestinationPortRangeBuilder |
setUpperPort(PortNumber value) |
public DestinationPortRangeBuilder()
public DestinationPortRangeBuilder(DestinationPortRange base)
public PortNumber getLowerPort()
public PortNumber getUpperPort()
public <E extends Augmentation<DestinationPortRange>> E augmentation(Class<E> augmentationType)
public DestinationPortRangeBuilder setLowerPort(PortNumber value)
public DestinationPortRangeBuilder setUpperPort(PortNumber value)
public DestinationPortRangeBuilder addAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType, Augmentation<DestinationPortRange> augmentationValue)
public DestinationPortRangeBuilder removeAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType)
public DestinationPortRange build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<DestinationPortRange,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.