Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case.P2mpIpv6
Packages that use P2mpIpv6
Package
Description
-
Uses of P2mpIpv6 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 P2mpIpv6Modifier and TypeMethodDescriptionP2mpIpv6Case.getP2mpIpv6()Return p2mpIpv6, ornullif it is not present.P2mpIpv6CaseBuilder.getP2mpIpv6()Return current value associated with the property corresponding toP2mpIpv6Case.getP2mpIpv6().@NonNull P2mpIpv6P2mpIpv6Case.nonnullP2mpIpv6()Return p2mpIpv6, 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 P2mpIpv6Modifier and TypeMethodDescriptionP2mpIpv6CaseBuilder.setP2mpIpv6(P2mpIpv6 value) Set the property corresponding toP2mpIpv6Case.getP2mpIpv6()to the specified value. -
Uses of P2mpIpv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case with type parameters of type P2mpIpv6Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<P2mpIpv6>>
E$$P2mpIpv6Builder.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.p2mp.ipv6._case that return P2mpIpv6Modifier and TypeMethodDescription@NonNull P2mpIpv6P2mpIpv6Builder.build()A newP2mpIpv6instance.static @NonNull P2mpIpv6P2mpIpv6Builder.empty()Get empty instance of P2mpIpv6.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case that return types with arguments of type P2mpIpv6Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case with parameters of type P2mpIpv6Modifier and TypeMethodDescriptionstatic booleanP2mpIpv6.bindingEquals(@NonNull P2mpIpv6 thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intP2mpIpv6.bindingHashCode(@NonNull P2mpIpv6 obj) Default implementation ofObject.hashCode()contract for this interface.static StringP2mpIpv6.bindingToString(@NonNull P2mpIpv6 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.p2mp.ipv6._case with type arguments of type P2mpIpv6Modifier and TypeMethodDescriptionP2mpIpv6Builder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<P2mpIpv6> augmentation) Add an augmentation to this builder's product.P2mpIpv6Builder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<P2mpIpv6>> 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.p2mp.ipv6._case with parameters of type P2mpIpv6ModifierConstructorDescriptionP2mpIpv6Builder(P2mpIpv6 base) Construct a builder initialized with state from specifiedP2mpIpv6.