public class Input extends Entity
Input
class represents a data input. This class is the base for
all typed Input
classes and is also used when Splunk does not
recognize an input kind.Modifier and Type | Method and Description |
---|---|
InputKind |
getKind()
Returns an
InputKind representing this input's type. |
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, getTitle, 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 InputKind getKind()
InputKind
representing this input's type.
The input kind is inferred from the input's path.Copyright © 2022 Splunk, Inc.. All rights reserved.