Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping.CMulticast
Packages that use CMulticast
Package
Description
-
Uses of CMulticast in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120 that return CMulticastModifier and TypeMethodDescriptionCMulticastGrouping.getCMulticast()
Return cMulticast, ornull
if it is not present.@NonNull CMulticast
CMulticastGrouping.nonnullCMulticast()
Return cMulticast, or an empty instance if it is not present. -
Uses of CMulticast in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping with type parameters of type CMulticastModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CMulticast>>
E$$CMulticastBuilder.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.bgp.mvpn.rev200120.c.multicast.grouping that return CMulticastModifier and TypeMethodDescription@NonNull CMulticast
CMulticastBuilder.build()
A newCMulticast
instance.static @NonNull CMulticast
CMulticastBuilder.empty()
Get empty instance of CMulticast.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping that return types with arguments of type CMulticastMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping with parameters of type CMulticastModifier and TypeMethodDescriptionstatic boolean
CMulticast.bindingEquals
(@NonNull CMulticast thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CMulticast.bindingHashCode
(@NonNull CMulticast obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CMulticast.bindingToString
(@NonNull CMulticast obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping with type arguments of type CMulticastModifier and TypeMethodDescriptionCMulticastBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CMulticast> augmentation) Add an augmentation to this builder's product.CMulticastBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CMulticast>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping with parameters of type CMulticastModifierConstructorDescriptionCMulticastBuilder
(CMulticast base) Construct a builder initialized with state from specifiedCMulticast
. -
Uses of CMulticast in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case that return CMulticastModifier and TypeMethodDescriptionSourceTreeJoinBuilder.getCMulticast()
Return current value associated with the property corresponding toCMulticastGrouping.getCMulticast()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.source.tree.join._case with parameters of type CMulticastModifier and TypeMethodDescriptionSourceTreeJoinBuilder.setCMulticast
(CMulticast value) Set the property corresponding toCMulticastGrouping.getCMulticast()
to the specified value.