Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.ClusterId
Packages that use ClusterId
Package
Description
-
Uses of ClusterId in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions that return ClusterIdModifier and TypeMethodDescriptionMatchClusterIdSetHandler.getConditionParameter
(Attributes attributes) Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with parameters of type ClusterIdModifier and TypeMethodDescriptionboolean
MatchClusterIdSetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) boolean
MatchClusterIdSetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters importParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) -
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return ClusterIdModifier and TypeMethodDescriptionAttributes.getClusterId()
Return clusterId, ornull
if it is not present.AttributesBuilder.getClusterId()
Return current value associated with the property corresponding toAttributes.getClusterId()
.@NonNull ClusterId
Attributes.nonnullClusterId()
Return clusterId, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type ClusterIdModifier and TypeMethodDescriptionAttributesBuilder.setClusterId
(ClusterId value) Set the property corresponding toAttributes.getClusterId()
to the specified value. -
Uses of ClusterId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type ClusterIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId>>
E$$ClusterIdBuilder.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.message.rev200120.path.attributes.attributes that return ClusterIdModifier and TypeMethodDescription@NonNull ClusterId
ClusterIdBuilder.build()
A newClusterId
instance.static @NonNull ClusterId
ClusterIdBuilder.empty()
Get empty instance of ClusterId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type ClusterIdMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ClusterIdModifier and TypeMethodDescriptionstatic boolean
ClusterId.bindingEquals
(@NonNull ClusterId thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ClusterId.bindingHashCode
(@NonNull ClusterId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ClusterId.bindingToString
(@NonNull ClusterId obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type ClusterIdModifier and TypeMethodDescriptionClusterIdBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId> augmentation) Add an augmentation to this builder's product.ClusterIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClusterId>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ClusterIdModifierConstructorDescriptionClusterIdBuilder
(ClusterId base) Construct a builder initialized with state from specifiedClusterId
.