public class ImportRemoteOptions extends CASGeneratedActionOptions
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_DESTINATIONDATASOURCE |
static java.lang.String |
KEY_DESTINATIONNAME |
static java.lang.String |
KEY_DESTINATIONPATH |
static java.lang.String |
KEY_SOURCEKEY |
static java.lang.String |
KEY_SOURCEURL |
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 |
---|
ImportRemoteOptions() |
ImportRemoteOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDestinationDataSource() |
java.lang.String |
getDestinationName() |
java.lang.String |
getDestinationPath() |
java.lang.String |
getSourceKey() |
java.lang.String |
getSourceURL() |
ImportRemoteOptions |
setDestinationDataSource(Dsdnfs value)
Sets the value of parameter 'destinationDataSource' for alternative 3.
|
ImportRemoteOptions |
setDestinationDataSource(Dshdfs value)
Sets the value of parameter 'destinationDataSource' for alternative 2.
|
ImportRemoteOptions |
setDestinationDataSource(Dspath value)
Sets the value of parameter 'destinationDataSource' for alternative 1.
|
ImportRemoteOptions |
setDestinationName(java.lang.String value)
Sets the value of parameter 'destinationName'.
|
ImportRemoteOptions |
setDestinationPath(java.lang.String value)
Sets the value of parameter 'destinationPath'.
|
ImportRemoteOptions |
setSourceKey(java.lang.String value)
Sets the value of parameter 'sourceKey'.
|
ImportRemoteOptions |
setSourceURL(java.lang.String value)
Sets the value of parameter 'sourceURL'.
|
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, getServerDefaultValue, 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_SOURCEKEY
public static final java.lang.String KEY_SOURCEURL
public static final java.lang.String KEY_DESTINATIONNAME
public static final java.lang.String KEY_DESTINATIONPATH
public static final java.lang.String KEY_DESTINATIONDATASOURCE
public ImportRemoteOptions()
public ImportRemoteOptions(CASActionOptions options)
public java.lang.String getSourceKey()
public ImportRemoteOptions setSourceKey(java.lang.String value)
value
- The valuepublic java.lang.String getSourceURL()
public ImportRemoteOptions setSourceURL(java.lang.String value)
value
- The valuepublic java.lang.String getDestinationName()
public ImportRemoteOptions setDestinationName(java.lang.String value)
value
- The valuepublic java.lang.String getDestinationPath()
public ImportRemoteOptions setDestinationPath(java.lang.String value)
value
- The valuepublic java.lang.Object getDestinationDataSource()
public ImportRemoteOptions setDestinationDataSource(Dspath value)
value
- The valuepublic ImportRemoteOptions setDestinationDataSource(Dshdfs value)
value
- The valuepublic ImportRemoteOptions setDestinationDataSource(Dsdnfs value)
value
- The value