Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case.Ipv4Builder
Package
Description
-
Uses of Ipv4Builder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case
Modifier and TypeMethodDescriptionIpv4Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4> augmentation) Add an augmentation to this builder's product.Ipv4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4>> augmentationType) Remove an augmentation from this builder's product.Ipv4Builder.setDestinationIpv4Address
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toIpv4.getDestinationIpv4Address()
to the specified value.Ipv4Builder.setSourceIpv4Address
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toEndpointsIpv4Source.getSourceIpv4Address()
to the specified value.