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