Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.subobject.nai.IpAdjacencyBuilder
Packages that use IpAdjacencyBuilder
Package
Description
-
Uses of IpAdjacencyBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.subobject.nai
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.subobject.nai that return IpAdjacencyBuilderModifier and TypeMethodDescriptionIpAdjacencyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency> augmentation) Add an augmentation to this builder's product.IpAdjacencyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpAdjacency>> augmentationType) Remove an augmentation from this builder's product.IpAdjacencyBuilder.setLocalIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toIpAdjacency.getLocalIpAddress()to the specified value.IpAdjacencyBuilder.setRemoteIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toIpAdjacency.getRemoteIpAddress()to the specified value.