java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MODULE_NAME
public static final java.lang.String KEY_SUPPORTED_LIGHTS
public static final java.lang.String KEY_MODULE_INFO
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new LightControlCapabilities object
public LightControlCapabilities()
Constructs a new LightControlCapabilities object indicated by the Hashtable parameter
public LightControlCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated LightControlCapabilities object
public LightControlCapabilities(String moduleName,java.util.List<com.smartdevicelink.proxy.rpc.LightCapabilities> supportedLights)
Sets the moduleName portion of the LightControlCapabilities class
public com.smartdevicelink.proxy.rpc.LightControlCapabilities setModuleName(String moduleName)
Gets the moduleName portion of the LightControlCapabilities class
public java.lang.String getModuleName()
Gets the supportedLights portion of the LightControlCapabilities class
public java.util.List getSupportedLights()
Sets the supportedLights portion of the LightControlCapabilities class
public com.smartdevicelink.proxy.rpc.LightControlCapabilities setSupportedLights(java.util.List<com.smartdevicelink.proxy.rpc.LightCapabilities> supportedLights)
Sets ModuleInfo for this capability
public com.smartdevicelink.proxy.rpc.LightControlCapabilities setModuleInfo(ModuleInfo info)
Gets a ModuleInfo of this capability
public com.smartdevicelink.proxy.rpc.ModuleInfo getModuleInfo()
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 |