public class Effect extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
Effect.INTERACTION |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_INTERACTION |
static java.lang.String |
KEY_MAXINTERACT |
static java.lang.String |
KEY_NEST |
static java.lang.String |
KEY_VARS |
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 |
---|
Effect() |
Effect(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
Effect.INTERACTION |
getInteract() |
Effect.INTERACTION |
getInteraction() |
java.lang.Integer |
getMaxInteract() |
java.lang.String[] |
getNest() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.String[] |
getVars() |
Effect |
setInteract(Effect.INTERACTION value) |
Effect |
setInteraction(Effect.INTERACTION value)
Sets the value of parameter 'interaction': specifies the type of interaction for the variables.
|
Effect |
setMaxInteract(java.lang.Integer value)
Sets the value of parameter 'maxInteract': eliminates higher-order interaction effects when used in conjunction with the BAR interaction.
|
Effect |
setNest(java.lang.String[] value)
Sets the value of parameter 'nest': specifies the variables that are nested within the term defined by the vars parameter.
|
Effect |
setVars(java.lang.String[] value)
Sets the value of parameter 'vars': specifies the variables to be used in defining a term of the effect.
|
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 KEY_VARS
public static final java.lang.String KEY_NEST
public static final java.lang.String KEY_INTERACTION
public static final java.lang.String KEY_MAXINTERACT
public Effect()
public Effect(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.String[] getVars()
public Effect setVars(java.lang.String[] value)
value
- The valuepublic java.lang.String[] getNest()
public Effect setNest(java.lang.String[] value)
value
- The valuepublic Effect.INTERACTION getInteraction()
public Effect.INTERACTION getInteract()
public Effect setInteraction(Effect.INTERACTION value)
value
- The valuepublic Effect setInteract(Effect.INTERACTION value)
public java.lang.Integer getMaxInteract()
public Effect setMaxInteract(java.lang.Integer value)
value
- The value