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