com.splunk
Class FiredAlertGroup

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

public class FiredAlertGroup
extends Entity


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, partialPath, path, refreshArgs, service, title
 
Method Summary
 EntityCollection<FiredAlert> getAlerts()
          Return the collection of fired alerts for this specific fired alert group.
 
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, 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

getAlerts

public EntityCollection<FiredAlert> getAlerts()
Return the collection of fired alerts for this specific fired alert group.

Returns:
The fired alerts for this group.