Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.cluster.id.sets.ClusterIdSets
Package
Description
-
Uses of ClusterIdSets in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Modifier and TypeMethodDescriptionBgpClusterIdSets.getClusterIdSets()
Return clusterIdSets, ornull
if it is not present.BgpClusterIdSetsBuilder.getClusterIdSets()
Return current value associated with the property corresponding toBgpClusterIdSets.getClusterIdSets()
.@NonNull ClusterIdSets
BgpClusterIdSets.nonnullClusterIdSets()
Return clusterIdSets, or an empty instance if it is not present.Modifier and TypeMethodDescriptionBgpClusterIdSetsBuilder.setClusterIdSets
(ClusterIdSets value) Set the property corresponding toBgpClusterIdSets.getClusterIdSets()
to the specified value. -
Uses of ClusterIdSets in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.cluster.id.sets
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterIdSets>>
E$$ClusterIdSetsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ClusterIdSets
ClusterIdSetsBuilder.build()
A newClusterIdSets
instance.static @NonNull ClusterIdSets
ClusterIdSetsBuilder.empty()
Get empty instance of ClusterIdSets.Modifier and TypeMethodDescriptiondefault Class<ClusterIdSets>
ClusterIdSets.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
ClusterIdSets.bindingEquals
(@NonNull ClusterIdSets thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ClusterIdSets.bindingHashCode
(@NonNull ClusterIdSets obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ClusterIdSets.bindingToString
(@NonNull ClusterIdSets obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionClusterIdSetsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ClusterIdSets> augmentation) Add an augmentation to this builder's product.ClusterIdSetsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterIdSets>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedClusterIdSets
.