public class RedirectExtendedCommunityBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<RedirectExtendedCommunity>
RedirectExtendedCommunityBuilder instances.RedirectExtendedCommunityBuilder| Constructor and Description |
|---|
RedirectExtendedCommunityBuilder() |
RedirectExtendedCommunityBuilder(RedirectExtendedCommunity base) |
| Modifier and Type | Method and Description |
|---|---|
RedirectExtendedCommunityBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> |
augmentation(Class<E> augmentationType) |
RedirectExtendedCommunity |
build() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber |
getGlobalAdministrator() |
byte[] |
getLocalAdministrator() |
RedirectExtendedCommunityBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> augmentationType) |
RedirectExtendedCommunityBuilder |
setGlobalAdministrator(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber value) |
RedirectExtendedCommunityBuilder |
setLocalAdministrator(byte[] value) |
public RedirectExtendedCommunityBuilder()
public RedirectExtendedCommunityBuilder(RedirectExtendedCommunity base)
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber getGlobalAdministrator()
public byte[] getLocalAdministrator()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> E augmentation(Class<E> augmentationType)
public RedirectExtendedCommunityBuilder setGlobalAdministrator(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber value)
public RedirectExtendedCommunityBuilder setLocalAdministrator(byte[] value)
public RedirectExtendedCommunityBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity> augmentationValue)
public RedirectExtendedCommunityBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectExtendedCommunity>> augmentationType)
public RedirectExtendedCommunity build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<RedirectExtendedCommunity,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.