public class Ipv6Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<Ipv6>
Ipv6Builder instances. Overall design of the class is that of a
fluent interface, where method chaining is used.
In general, this class is supposed to be used like this template:
Ipv6Builder createTarget(int fooXyzzy, int barBaz) {
return new Ipv6BuilderBuilder()
.setFoo(new FooBuilder().setXyzzy(fooXyzzy).build())
.setBar(new BarBuilder().setBaz(barBaz).build())
.build();
}
This pattern is supported by the immutable nature of Ipv6Builder, as instances can be freely passed around without worrying about synchronization issues.
As a side note: method chaining results in:
build(), which is then returned from the methodIpv6Builder,
Builder| Constructor and Description |
|---|
Ipv6Builder() |
Ipv6Builder(EndpointsIpv6Source arg) |
Ipv6Builder(Ipv6 base) |
| Modifier and Type | Method and Description |
|---|---|
Ipv6Builder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6> augmentationValue) |
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> |
augmentation(Class<E$$> augmentationType) |
Ipv6 |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone |
getDestinationIpv6Address() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone |
getSourceIpv6Address() |
Ipv6Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> augmentationType) |
Ipv6Builder |
setDestinationIpv6Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) |
Ipv6Builder |
setSourceIpv6Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) |
public Ipv6Builder()
public Ipv6Builder(EndpointsIpv6Source arg)
public Ipv6Builder(Ipv6 base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone getDestinationIpv6Address()
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone getSourceIpv6Address()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> E$$ augmentation(Class<E$$> augmentationType)
public Ipv6Builder setDestinationIpv6Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value)
public Ipv6Builder setSourceIpv6Address(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value)
public Ipv6Builder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6> augmentationValue)
public Ipv6Builder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> augmentationType)
public Ipv6 build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Ipv6,IllegalArgumentException>Copyright © 2020 OpenDaylight. All rights reserved.