public class RedirectAs4Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<RedirectAs4>
RedirectAs4 instances.RedirectAs4| Constructor and Description |
|---|
RedirectAs4Builder() |
RedirectAs4Builder(RedirectAs4 base) |
| Modifier and Type | Method and Description |
|---|---|
RedirectAs4Builder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4> augmentationValue) |
RedirectAs4 |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getGlobalAdministrator() |
Integer |
getLocalAdministrator() |
RedirectAs4Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> augmentationType) |
RedirectAs4Builder |
setGlobalAdministrator(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber value) |
RedirectAs4Builder |
setLocalAdministrator(Integer value) |
public RedirectAs4Builder()
public RedirectAs4Builder(RedirectAs4 base)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getGlobalAdministrator()
public Integer getLocalAdministrator()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> E getAugmentation(Class<E> augmentationType)
public RedirectAs4Builder setGlobalAdministrator(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber value)
public RedirectAs4Builder setLocalAdministrator(Integer value)
public RedirectAs4Builder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4> augmentationValue)
public RedirectAs4Builder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RedirectAs4>> augmentationType)
public RedirectAs4 build()
build in interface org.opendaylight.yangtools.concepts.Builder<RedirectAs4>Copyright © 2017 OpenDaylight. All rights reserved.