public class OnUpdateFile extends RPCNotification
Parameter List
| Param Name | Type | Description | Required | Version Available |
|---|---|---|---|---|
| fileName | String | File reference name. | Y |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_FILE_NAME |
function, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
OnUpdateFile()
Constructs a new OnUpdateFile object
|
OnUpdateFile(Hashtable<String,Object> hash)
Constructs a new OnUpdateFile object indicated by the Hashtable parameter
|
OnUpdateFile(String fileName)
Constructs a new OnUpdateFile object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the fileName.
|
OnUpdateFile |
setFileName(String fileName)
Sets the fileName.
|
getBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_FILE_NAME
public OnUpdateFile()
public OnUpdateFile(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic OnUpdateFile(@NonNull
String fileName)
fileName - File reference name.public OnUpdateFile setFileName(@NonNull String fileName)
fileName - File reference name.public String getFileName()