Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case.Ipv6
Packages that use Ipv6
Package
Description
-
Uses of Ipv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family that return Ipv6Modifier and TypeMethodDescriptionIpv6Case.getIpv6()Return ipv6, ornullif it is not present.Ipv6CaseBuilder.getIpv6()Return current value associated with the property corresponding toIpv6Case.getIpv6().@NonNull Ipv6Ipv6Case.nonnullIpv6()Return ipv6, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with parameters of type Ipv6Modifier and TypeMethodDescriptionSet the property corresponding toIpv6Case.getIpv6()to the specified value. -
Uses of Ipv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case with type parameters of type Ipv6Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6>>
E$$Ipv6Builder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case that return Ipv6Modifier and TypeMethodDescription@NonNull Ipv6Ipv6Builder.build()A newIpv6instance.static @NonNull Ipv6Ipv6Builder.empty()Get empty instance of Ipv6.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case that return types with arguments of type Ipv6Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case with parameters of type Ipv6Modifier and TypeMethodDescriptionstatic booleanIpv6.bindingEquals(@NonNull Ipv6 thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIpv6.bindingHashCode(@NonNull Ipv6 obj) Default implementation ofObject.hashCode()contract for this interface.static StringIpv6.bindingToString(@NonNull Ipv6 obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case with type arguments of type Ipv6Modifier and TypeMethodDescriptionIpv6Builder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Ipv6> augmentation) Add an augmentation to this builder's product.Ipv6Builder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv6._case with parameters of type Ipv6ModifierConstructorDescriptionIpv6Builder(Ipv6 base) Construct a builder initialized with state from specifiedIpv6.