public class RedirectIpNhExtendedCommunityBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<RedirectIpNhExtendedCommunity>
RedirectIpNhExtendedCommunityBuilder instances.RedirectIpNhExtendedCommunityBuilder| Constructor and Description |
|---|
RedirectIpNhExtendedCommunityBuilder() |
RedirectIpNhExtendedCommunityBuilder(RedirectIpNhExtendedCommunity base) |
| Modifier and Type | Method and Description |
|---|---|
RedirectIpNhExtendedCommunityBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> |
augmentation(Class<E> augmentationType) |
RedirectIpNhExtendedCommunity |
build() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getNextHopAddress() |
Boolean |
isCopy() |
RedirectIpNhExtendedCommunityBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> augmentationType) |
RedirectIpNhExtendedCommunityBuilder |
setCopy(Boolean value) |
RedirectIpNhExtendedCommunityBuilder |
setNextHopAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) |
public RedirectIpNhExtendedCommunityBuilder()
public RedirectIpNhExtendedCommunityBuilder(RedirectIpNhExtendedCommunity base)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getNextHopAddress()
public Boolean isCopy()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> E augmentation(Class<E> augmentationType)
public RedirectIpNhExtendedCommunityBuilder setNextHopAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)
public RedirectIpNhExtendedCommunityBuilder setCopy(Boolean value)
public RedirectIpNhExtendedCommunityBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity> augmentationValue)
public RedirectIpNhExtendedCommunityBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectIpNhExtendedCommunity>> augmentationType)
public RedirectIpNhExtendedCommunity build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<RedirectIpNhExtendedCommunity,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.