public abstract class PivotFilter extends Object
Modifier and Type | Field and Description |
---|---|
protected DataModelObject |
dataModelObject |
protected String |
fieldName |
Modifier and Type | Method and Description |
---|---|
protected void |
addCommonFields(com.google.gson.JsonObject root)
Called by subclasses to add the fields common to all subclasses to JSON serializations.
|
String |
getFieldName() |
String[] |
getOwnerLineage() |
String |
getOwnerName() |
FieldType |
getType() |
protected final DataModelObject dataModelObject
protected final String fieldName
public String getOwnerName()
public String[] getOwnerLineage()
public String getFieldName()
public FieldType getType()
protected void addCommonFields(com.google.gson.JsonObject root)
root
- a JsonObject instance representing a serialization of this object.Copyright © 2022 Splunk, Inc.. All rights reserved.