com.splunk
Class EventType

java.lang.Object
  extended by com.splunk.Resource
      extended by com.splunk.Entity
          extended by com.splunk.EventType
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>

public class EventType
extends Entity

The EventType class represents an event type.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.splunk.Resource
actions, path, service, title
 
Method Summary
 java.lang.String getDescription()
          Returns the description of this event type.
 int getPriority()
          Returns the priority of this event type.
 java.lang.String getSearch()
          Returns the search terms for this event type.
 java.lang.String[] getTags()
          Deprecated. Use tags.conf.spec file to assign tags to groups of events with related field values. Returns the list of tags for this event type.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values
 
Methods inherited from class com.splunk.Resource
getActions, getName, getPath, getService, getTitle, invalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of this event type.

Returns:
The description of this event type.

getPriority

public int getPriority()
Returns the priority of this event type. The range is 1 to 10, with 1 being the highest priority.

Returns:
The priority of this event type.

getSearch

public java.lang.String getSearch()
Returns the search terms for this event type.

Returns:
The search terms for this event type.

getTags

public java.lang.String[] getTags()
Deprecated. Use tags.conf.spec file to assign tags to groups of events with related field values. Returns the list of tags for this event type.

Returns:
The list of tags for this event type.