public final class MetricsTagPredicate extends MetricsFilterPredicate
MetricsFilterPredicate class to represent the Tag object
to use when evaluating a metrics filter.| Constructor and Description |
|---|
MetricsTagPredicate(com.ibm.cloud.objectstorage.services.s3.model.Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetricsPredicateVisitor metricsPredicateVisitor)
Helper method that accepts an implemenation of
MetricsPredicateVisitor
and invokes the most applicable visit method in the visitor. |
com.ibm.cloud.objectstorage.services.s3.model.Tag |
getTag() |
public MetricsTagPredicate(com.ibm.cloud.objectstorage.services.s3.model.Tag tag)
public com.ibm.cloud.objectstorage.services.s3.model.Tag getTag()
public void accept(MetricsPredicateVisitor metricsPredicateVisitor)
MetricsFilterPredicateMetricsPredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class MetricsFilterPredicateCopyright © 2025. All rights reserved.