com.splunk
Class PivotCellValue
java.lang.Object
com.splunk.PivotCellValue
public class PivotCellValue
- extends java.lang.Object
Represents an aggregate value to appear in the cells of a pivot.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFieldName
public java.lang.String getFieldName()
- Returns:
- the name of the field to aggregate on.
getOwner
public DataModelObject getOwner()
- Returns:
- the data model object this pivot is operating on.
getLabel
public java.lang.String getLabel()
- Returns:
- a human readable name for this aggregate.
getStatsFunction
public StatsFunction getStatsFunction()
- Returns:
- the function used for aggregation.