public final class AnalyticsPrefixPredicate extends AnalyticsFilterPredicate
AnalyticsFilterPredicate class to represent the
prefix to use when evaluating an analytics filter.| Constructor and Description |
|---|
AnalyticsPrefixPredicate(java.lang.String prefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AnalyticsPredicateVisitor analyticsPredicateVisitor) |
java.lang.String |
getPrefix() |
public AnalyticsPrefixPredicate(java.lang.String prefix)
prefix - the string prefix.public java.lang.String getPrefix()
public void accept(AnalyticsPredicateVisitor analyticsPredicateVisitor)
accept in class AnalyticsFilterPredicateanalyticsPredicateVisitor - the AnalyticsPredicateVisitor to accept.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.