@InterfaceAudience.Private @InterfaceStability.Unstable public class TimelineExistsFilter extends TimelineFilter
TimelineFilter.TimelineFilterType
Constructor and Description |
---|
TimelineExistsFilter() |
TimelineExistsFilter(TimelineCompareOp op,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TimelineCompareOp |
getCompareOp() |
TimelineFilter.TimelineFilterType |
getFilterType() |
String |
getValue() |
int |
hashCode() |
void |
setCompareOp(TimelineCompareOp op) |
void |
setValue(String val) |
String |
toString() |
public TimelineExistsFilter()
public TimelineExistsFilter(TimelineCompareOp op, String value)
public TimelineFilter.TimelineFilterType getFilterType()
getFilterType
in class TimelineFilter
public void setValue(String val)
public String getValue()
public void setCompareOp(TimelineCompareOp op)
public TimelineCompareOp getCompareOp()
public String toString()
toString
in class TimelineFilter
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.