java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_ID
public static final java.lang.String KEY_STATUS
public static final java.lang.String KEY_DENSITY
public static final java.lang.String KEY_COLOR
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new LightState object
public LightState()
Constructs a new LightState object indicated by the Hashtable parameter
public LightState(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated LightState object
public LightState(LightName id,LightStatus status)
Sets the id portion of the LightState class
public com.smartdevicelink.proxy.rpc.LightState setId(LightName id)
Gets the id portion of the LightState class
public com.smartdevicelink.proxy.rpc.enums.LightName getId()
Sets the status portion of the LightState class
public com.smartdevicelink.proxy.rpc.LightState setStatus(LightStatus status)
Gets the status portion of the LightState class
public com.smartdevicelink.proxy.rpc.enums.LightStatus getStatus()
Gets the density portion of the LightState class
public java.lang.Float getDensity()
Sets the density portion of the LightState class
public com.smartdevicelink.proxy.rpc.LightState setDensity(Float density)
Gets the color portion of the LightState class
public com.smartdevicelink.proxy.rpc.RGBColor getColor()
Sets the color portion of the LightState class
public com.smartdevicelink.proxy.rpc.LightState setColor(RGBColor color)
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 |