java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCNotification
public static final java.lang.String KEY_ALLOCATED_MODULES
public static final java.lang.String KEY_FREE_MODULES
public static final java.lang.String KEY_ALLOWED
Constructs a new OnRCStatus object
public OnRCStatus()
Constructs a new OnRCStatus object indicated by the Hashtable parameter
public OnRCStatus(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated OnRCStatus object
public OnRCStatus(java.util.List<com.smartdevicelink.proxy.rpc.ModuleData> allocatedModules,java.util.List<com.smartdevicelink.proxy.rpc.ModuleData> freeModules)
public java.util.List getAllocatedModules()
public com.smartdevicelink.proxy.rpc.OnRCStatus setAllocatedModules(java.util.List<com.smartdevicelink.proxy.rpc.ModuleData> allocatedModules)
public java.util.List getFreeModules()
public com.smartdevicelink.proxy.rpc.OnRCStatus setFreeModules(java.util.List<com.smartdevicelink.proxy.rpc.ModuleData> freeModules)
public java.lang.Boolean getAllowed()
public com.smartdevicelink.proxy.rpc.OnRCStatus setAllowed(Boolean allowed)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |