java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MODULE_ID
public static final java.lang.String KEY_MODULE_LOCATION
public static final java.lang.String KEY_MODULE_SERVICE_AREA
public static final java.lang.String KEY_MULTIPLE_ACCESS_ALLOWED
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public ModuleInfo()
public ModuleInfo(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Struct that describes a module within different SystemCapabilities
public ModuleInfo(String moduleId)
Sets the Module ID for this Module
public com.smartdevicelink.proxy.rpc.ModuleInfo setModuleId(String id)
Gets the Module ID for this module
public java.lang.String getModuleId()
Sets the location of this Module
public com.smartdevicelink.proxy.rpc.ModuleInfo setModuleLocation(Grid location)
Gets the location of this Module
public com.smartdevicelink.proxy.rpc.Grid getModuleLocation()
Sets the service area of this Module
public com.smartdevicelink.proxy.rpc.ModuleInfo setModuleServiceArea(Grid serviceArea)
Gets the service area of this Module
public com.smartdevicelink.proxy.rpc.Grid getModuleServiceArea()
Sets the multiple access allowance for this Module
public com.smartdevicelink.proxy.rpc.ModuleInfo setMultipleAccessAllowance(Boolean isMultipleAccess)
Gets the multiple allowance access of this Module
public java.lang.Boolean getMultipleAccessAllowance()
From Class | Methods |
---|---|
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 |