public class ModularInputKindArgument extends HashMap<String,String>
ModularInputKindArgument
class is a map-like object that is
specialized to represent arguments for modular input kinds.Modifier and Type | Class and Description |
---|---|
static class |
ModularInputKindArgument.Type |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of this field.
|
boolean |
getRequiredOnCreate()
Indicates whether this argument is required when creating a modular input
of this kind.
|
boolean |
getRequiredOnEdit()
Indicates whether this argument is required when editing a modular input
of this kind.
|
ModularInputKindArgument.Type |
getType()
Returns the type of this argument to the modular input.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public String getDescription()
public boolean getRequiredOnCreate()
true
if this argument is required for creating an input,
false
if not.public boolean getRequiredOnEdit()
true
if this argument is required for editing,
false
if not.public ModularInputKindArgument.Type getType()
ModularInputKindArgumentType
enumeration
(Number
, Boolean
, or String
).Copyright © 2022 Splunk, Inc.. All rights reserved.