com.splunk
Class SavedSearchCollectionArgs
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.lang.Object>
com.splunk.Args
com.splunk.CollectionArgs
com.splunk.SavedSearchCollectionArgs
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
public class SavedSearchCollectionArgs
- extends CollectionArgs
The SavedSearchCollectionArgs
class contains arguments getting a
collection of saved searches.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
void |
setEarliestTime(java.lang.String earliestTime)
Sets the earliest time for which to display the scheduled times for scheduled searches (not just the next run time). |
void |
setLatestTime(java.lang.String latestTime)
Sets the latest time until which to display the scheduled times for scheduled searches (not just the next run time). |
Methods inherited from class java.util.LinkedHashMap |
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
SavedSearchCollectionArgs
public SavedSearchCollectionArgs()
- Class constructor.
setEarliestTime
public void setEarliestTime(java.lang.String earliestTime)
- Sets the earliest time for which to display the scheduled times for scheduled searches (not just the next run time).
- Parameters:
earliestTime
- The earliest time.
setLatestTime
public void setLatestTime(java.lang.String latestTime)
- Sets the latest time until which to display the scheduled times for scheduled searches (not just the next run time).
- Parameters:
latestTime
- The latest time.