protected static class RequestArguments.Record<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_disabledReason
Reason why the argument is disabled, or null if it is enabled.
|
java.lang.String |
_originalValue
Determines the original input value of the argument.
|
boolean |
_valid
True if the argument's value stored in _value is valid, that is either
correctly parsed, or not present and default value used.
|
T |
_value
Parsed value.
|
Modifier | Constructor and Description |
---|---|
protected |
RequestArguments.Record() |
public java.lang.String _originalValue
public T _value
public java.lang.String _disabledReason
public boolean _valid
public boolean disabled()
public boolean valid()
public boolean specified()