Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case.P2mpIpv4
Packages that use P2mpIpv4
Package
Description
-
Uses of P2mpIpv4 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 P2mpIpv4Modifier and TypeMethodDescriptionP2mpIpv4Case.getP2mpIpv4()Return p2mpIpv4, ornullif it is not present.P2mpIpv4CaseBuilder.getP2mpIpv4()Return current value associated with the property corresponding toP2mpIpv4Case.getP2mpIpv4().@NonNull P2mpIpv4P2mpIpv4Case.nonnullP2mpIpv4()Return p2mpIpv4, 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 P2mpIpv4Modifier and TypeMethodDescriptionP2mpIpv4CaseBuilder.setP2mpIpv4(P2mpIpv4 value) Set the property corresponding toP2mpIpv4Case.getP2mpIpv4()to the specified value. -
Uses of P2mpIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case with type parameters of type P2mpIpv4Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<P2mpIpv4>>
E$$P2mpIpv4Builder.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.ipv4._case that return P2mpIpv4Modifier and TypeMethodDescription@NonNull P2mpIpv4P2mpIpv4Builder.build()A newP2mpIpv4instance.static @NonNull P2mpIpv4P2mpIpv4Builder.empty()Get empty instance of P2mpIpv4.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case that return types with arguments of type P2mpIpv4Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case with parameters of type P2mpIpv4Modifier and TypeMethodDescriptionstatic booleanP2mpIpv4.bindingEquals(@NonNull P2mpIpv4 thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intP2mpIpv4.bindingHashCode(@NonNull P2mpIpv4 obj) Default implementation ofObject.hashCode()contract for this interface.static StringP2mpIpv4.bindingToString(@NonNull P2mpIpv4 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.ipv4._case with type arguments of type P2mpIpv4Modifier and TypeMethodDescriptionP2mpIpv4Builder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<P2mpIpv4> augmentation) Add an augmentation to this builder's product.P2mpIpv4Builder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<P2mpIpv4>> 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.ipv4._case with parameters of type P2mpIpv4ModifierConstructorDescriptionP2mpIpv4Builder(P2mpIpv4 base) Construct a builder initialized with state from specifiedP2mpIpv4.