public class OnRCStatus extends RPCNotification
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ALLOCATED_MODULES |
static String |
KEY_ALLOWED |
static String |
KEY_FREE_MODULES |
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 |
|---|
OnRCStatus()
Constructs a new OnRCStatus object
|
OnRCStatus(Hashtable<String,Object> hash)
Constructs a new OnRCStatus object indicated by the Hashtable
parameter
|
OnRCStatus(List<ModuleData> allocatedModules,
List<ModuleData> freeModules)
Constructs a newly allocated OnRCStatus object
|
| Modifier and Type | Method and Description |
|---|---|
List<ModuleData> |
getAllocatedModules() |
Boolean |
getAllowed() |
List<ModuleData> |
getFreeModules() |
OnRCStatus |
setAllocatedModules(List<ModuleData> allocatedModules) |
OnRCStatus |
setAllowed(Boolean allowed) |
OnRCStatus |
setFreeModules(List<ModuleData> freeModules) |
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_ALLOCATED_MODULES
public static final String KEY_FREE_MODULES
public static final String KEY_ALLOWED
public OnRCStatus()
public OnRCStatus(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic OnRCStatus(@NonNull
List<ModuleData> allocatedModules,
@NonNull
List<ModuleData> freeModules)
allocatedModules - Contains a list (zero or more) of module types that are allocated to the application.freeModules - Contains a list (zero or more) of module types that are free to access for the application.public List<ModuleData> getAllocatedModules()
public OnRCStatus setAllocatedModules(@NonNull List<ModuleData> allocatedModules)
public List<ModuleData> getFreeModules()
public OnRCStatus setFreeModules(@NonNull List<ModuleData> freeModules)
public Boolean getAllowed()
public OnRCStatus setAllowed(Boolean allowed)