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