java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCRequest
public static final java.lang.String KEY_MODULE_TYPE
public static final java.lang.String KEY_SUBSCRIBE
public static final java.lang.String KEY_MODULE_ID
Constructs a new GetInteriorVehicleData object
public GetInteriorVehicleData()
Constructs a new GetInteriorVehicleData object indicated by the Hashtable parameter
public GetInteriorVehicleData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new GetInteriorVehicleData object
public GetInteriorVehicleData(ModuleType moduleType)
Gets the ModuleType
public com.smartdevicelink.proxy.rpc.enums.ModuleType getModuleType()
Sets a ModuleType
public void setModuleType(ModuleType moduleType)
Sets subscribe parameter
public void setSubscribe(Boolean subscribe)
Gets subscribe parameter
public java.lang.Boolean getSubscribe()
Sets the Module ID for this class
public void setModuleId(String id)
Gets the Module ID of this class
public java.lang.String getModuleId()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCRequest | getCorrelationID, setCorrelationID, setOnRPCResponseListener, getOnRPCResponseListener |
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, deserializeJSONObject, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |