com.splunk
Class DataModelSearch

java.lang.Object
  extended by com.splunk.DataModelObject
      extended by com.splunk.DataModelSearch

public class DataModelSearch
extends DataModelObject

DataModelSearch represents a data model object that directly wraps a Splunk search query. It appears only as a direct subobject of the BaseSearch built-in type. All its children appear as normal DataModelObject instances. DataModelSearch objects have one additional getter, getBaseSearch, which returns the underlying search which this object wraps.


Method Summary
 java.lang.String getBaseSearch()
           
 
Methods inherited from class com.splunk.DataModelObject
containsField, createLocalAccelerationJob, createLocalAccelerationJob, createPivotSpecification, getAutoExtractedFields, getCalculation, getCalculations, getConstraints, getDataModel, getDisplayName, getField, getFields, getLineage, getName, getParent, getParentName, getQuery, runQuery, runQuery, runQuery, runQuery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseSearch

public java.lang.String getBaseSearch()
Returns:
the search query wrapped by this data model object.