public class IpAdjacencyBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IpAdjacency>
IpAdjacency instances.IpAdjacency| Constructor and Description |
|---|
IpAdjacencyBuilder() |
IpAdjacencyBuilder(IpAdjacency base) |
| Modifier and Type | Method and Description |
|---|---|
IpAdjacencyBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency> augmentationValue) |
IpAdjacency |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getLocalIpAddress() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getRemoteIpAddress() |
IpAdjacencyBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> augmentationType) |
IpAdjacencyBuilder |
setLocalIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) |
IpAdjacencyBuilder |
setRemoteIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) |
public IpAdjacencyBuilder()
public IpAdjacencyBuilder(IpAdjacency base)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getLocalIpAddress()
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getRemoteIpAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> E getAugmentation(Class<E> augmentationType)
public IpAdjacencyBuilder setLocalIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)
public IpAdjacencyBuilder setRemoteIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)
public IpAdjacencyBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency> augmentationValue)
public IpAdjacencyBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> augmentationType)
public IpAdjacency build()
build in interface org.opendaylight.yangtools.concepts.Builder<IpAdjacency>Copyright © 2018 OpenDaylight. All rights reserved.