com.splunk
Class LicenseMessage

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

public class LicenseMessage
extends Entity

The LicenseMessage class represents a license message. Messages may range from helpful warnings about being close to violations or licenses expiring, to more severe alerts regarding overages and exceeding the daily indexing volume limit.


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.Entity
toUpdate
 
Fields inherited from class com.splunk.Resource
actions, path, refreshArgs, service, title
 
Method Summary
 java.lang.String getCategory()
          Returns the category of this license message.
 java.util.Date getCreationTime()
          Returns the time and date that this license message was created.
 java.lang.String getDescription()
          Returns the description of this license message.
 java.lang.String getPoolId()
          Returns the pool ID of this license message.
 java.lang.String getSeverity()
          Returns the severity of this license message.
 java.lang.String getSlaveId()
          Returns the slave ID of this license message.
 java.lang.String getStackId()
          Returns the stack ID of this license message.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
 
Methods inherited from class com.splunk.Resource
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

getCategory

public java.lang.String getCategory()
Returns the category of this license message.

Returns:
The category.

getCreationTime

public java.util.Date getCreationTime()
Returns the time and date that this license message was created.

Returns:
The creation time and date.

getDescription

public java.lang.String getDescription()
Returns the description of this license message.

Returns:
The description, or null if not specified.

getPoolId

public java.lang.String getPoolId()
Returns the pool ID of this license message.

Returns:
The pool ID, or null if not specified.

getSeverity

public java.lang.String getSeverity()
Returns the severity of this license message.

Returns:
The severity, or null if not specified.

getSlaveId

public java.lang.String getSlaveId()
Returns the slave ID of this license message.

Returns:
The slave ID, or null if not specified.

getStackId

public java.lang.String getStackId()
Returns the stack ID of this license message.

Returns:
The stack ID, or null if not specified.