Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,String>> |
args |
Modifier and Type | Method and Description |
---|---|
ModularInputKindArgument |
getArgument(String argumentName)
Returns a map-like object representing a particular argument of this
modular input kind.
|
Map<String,ModularInputKindArgument> |
getArguments()
Returns an argument map that contains the argument names as keys, and the
ModularInputKindArgument s as corresponding values. |
String |
getDescription()
Returns the description of this modular input kind.
|
String |
getStreamingMode()
Returns the streaming mode of this modular input kind.
|
String |
getTitle()
Returns the title of this modular input kind, which is also displayed in
Splunk Web (rather than the name used in the REST API).
|
boolean |
hasArgument(String argumentName)
Indicates whether this modular input kind has a given argument.
|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
getName, getPath, getService, getUpdated, invalidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public Map<String,ModularInputKindArgument> getArguments()
ModularInputKindArgument
s as corresponding values.Map
containing the argument key-value pairs.public String getStreamingMode()
public ModularInputKindArgument getArgument(String argumentName)
argumentName
- The name of the argument to retrieve.ModularInputKindArgument
object representing the given
argument, or null
if the argument does not exist.public String getDescription()
public String getTitle()
public boolean hasArgument(String argumentName)
argumentName
- The argument to look up.true
if the argument exists, false
if not.Copyright © 2022 Splunk, Inc.. All rights reserved.