java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_NAME
public static final java.lang.String KEY_DENSITY_AVAILABLE
public static final java.lang.String KEY_RGB_COLOR_SPACE_AVAILABLE
public static final java.lang.String KEY_STATUS_AVAILABLE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated LightCapabilities object
public LightCapabilities()
Constructs a newly allocated LightCapabilities object indicated by the Hashtable parameter
public LightCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated LightCapabilities object
public LightCapabilities(LightName name)
Sets the name portion of the LightCapabilities class
public com.smartdevicelink.proxy.rpc.LightCapabilities setName(LightName name)
Gets the name portion of the LightCapabilities class
public com.smartdevicelink.proxy.rpc.enums.LightName getName()
Sets the densityAvailable portion of the LightCapabilities class
public com.smartdevicelink.proxy.rpc.LightCapabilities setDensityAvailable(Boolean densityAvailable)
Gets the densityAvailable portion of the LightCapabilities class
public java.lang.Boolean getDensityAvailable()
Sets the RGBColorSpaceAvailable portion of the LightCapabilities class
public com.smartdevicelink.proxy.rpc.LightCapabilities setRGBColorSpaceAvailable(Boolean RGBColorSpaceAvailable)
Gets the RGBColorSpaceAvailable portion of the LightCapabilities class
public java.lang.Boolean getRGBColorSpaceAvailable()
Sets the statusAvailable portion of the LightCapabilities class
public com.smartdevicelink.proxy.rpc.LightCapabilities setStatusAvailable(Boolean statusAvailable)
Gets the statusAvailable portion of the LightCapabilities class
public java.lang.Boolean getStatusAvailable()
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 |