public class Action2Options extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
Action2Options.COLOR |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_BOOL |
static java.lang.String |
KEY_COLOR |
static java.lang.String |
KEY_DATE |
static java.lang.String |
KEY_DBL |
static java.lang.String |
KEY_DBLLIST |
static java.lang.String |
KEY_I32 |
static java.lang.String |
KEY_I64 |
static java.lang.String |
KEY_STR |
static java.lang.String |
KEY_STRLIST |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
Action2Options() |
Action2Options(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBool() |
Action2Options.COLOR |
getColor() |
java.lang.String |
getDate() |
java.lang.Double |
getDbl() |
java.lang.Double[] |
getDbllist() |
java.lang.Integer |
getI32() |
java.lang.Long |
getI64() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.String |
getStr() |
java.lang.String[] |
getStrlist() |
Action2Options |
setBool(java.lang.Boolean value)
Sets the value of parameter 'bool'.
|
Action2Options |
setColor(Action2Options.COLOR value)
Sets the value of parameter 'color'.
|
Action2Options |
setDate(java.lang.String value)
Sets the value of parameter 'date'.
|
Action2Options |
setDbl(java.lang.Double value)
Sets the value of parameter 'dbl'.
|
Action2Options |
setDbllist(java.lang.Double[] value)
Sets the value of parameter 'dbllist'.
|
Action2Options |
setI32(java.lang.Integer value)
Sets the value of parameter 'i32'.
|
Action2Options |
setI64(java.lang.Long value)
Sets the value of parameter 'i64'.
|
Action2Options |
setStr(java.lang.String value)
Sets the value of parameter 'str'.
|
Action2Options |
setStrlist(java.lang.String[] value)
Sets the value of parameter 'strlist'.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_STR
public static final java.lang.String KEY_DBL
public static final java.lang.String KEY_BOOL
public static final java.lang.String KEY_I64
public static final java.lang.String KEY_I32
public static final java.lang.String KEY_STRLIST
public static final java.lang.String KEY_DBLLIST
public static final java.lang.String KEY_COLOR
public static final java.lang.String KEY_DATE
public Action2Options()
public Action2Options(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.String getStr()
public Action2Options setStr(java.lang.String value)
value
- The valuepublic java.lang.Double getDbl()
public Action2Options setDbl(java.lang.Double value)
value
- The valuepublic java.lang.Boolean getBool()
public Action2Options setBool(java.lang.Boolean value)
value
- The valuepublic java.lang.Long getI64()
public Action2Options setI64(java.lang.Long value)
value
- The valuepublic java.lang.Integer getI32()
public Action2Options setI32(java.lang.Integer value)
value
- The valuepublic java.lang.String[] getStrlist()
public Action2Options setStrlist(java.lang.String[] value)
value
- The valuepublic java.lang.Double[] getDbllist()
public Action2Options setDbllist(java.lang.Double[] value)
value
- The valuepublic Action2Options.COLOR getColor()
public Action2Options setColor(Action2Options.COLOR value)
value
- The valuepublic java.lang.String getDate()
public Action2Options setDate(java.lang.String value)
value
- The value