com.splunk
Class PivotFilter
java.lang.Object
com.splunk.PivotFilter
- Direct Known Subclasses:
- BooleanPivotFilter, IPv4PivotFilter, LimitPivotFilter, NumberPivotFilter, StringPivotFilter
public abstract class PivotFilter
- extends java.lang.Object
Base class representing filters in pivots.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOwnerName
public java.lang.String getOwnerName()
- Returns:
- the name of the data model object this filter's field is defined on.
getOwnerLineage
public java.lang.String[] getOwnerLineage()
- Returns:
- return the lineage, most remote ancestor first, of the data model object his filter's field is
defined on.
getFieldName
public java.lang.String getFieldName()
- Returns:
- the name of the field to filter on.
getType
public FieldType getType()
- Returns:
- the type of the field we are filtering on.