Attribute Map
A map containing the attributes to set on a device.
Constructors
Functions
Returns true if the given key is contained in the map.
Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key.
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
Returns the merge rules for this set of attributes.
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
Inserts a boolean value into this map, replacing any existing value for the given key.
Inserts a boolean array value into this map, replacing any existing value for the given key. Value may be null.
Inserts a Date array value into this map, replacing any existing value for the given key. Value may be null.
Inserts a float array value into this map, replacing any existing value for the given key. Value may be null.
Inserts a int array value into this map, replacing any existing value for the given key. Value may be null.
Inserts a String array value into this map, replacing any existing value for the given key. Value may be null.
Set the merge rules for the attributes in this map when they are saved to the device.