com.splunk
Class LicenseGroup

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

public class LicenseGroup
extends Entity

The LicenseGroup class represents a license group, which is a collection of one or more license stacks.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.lang.String[] getStackIds()
          Returns the stack IDs of the license stacks in this license group.
 boolean isActive()
          Indicates whether this license group is active.
 void setActive(boolean value)
          Sets whether this license group is active.
 
Methods inherited from class com.splunk.Entity
clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getStackIds

public java.lang.String[] getStackIds()
Returns the stack IDs of the license stacks in this license group.

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

isActive

public boolean isActive()
Indicates whether this license group is active.

Returns:
true if this license group is active, false if not.

setActive

public void setActive(boolean value)
Sets whether this license group is active.

Parameters:
value - true to set this license group as active, false for inactive.