set
void set(String key, String value) Inserts a {key, value} pair in the attribute object.
Parameters
| Parameter | Description | 
|---|---|
| key [in] | The key for the attribute to be set. NOTE The key should be a constant from the LicensingConstants class only. | 
| value [in] | The value set for the corresponding key. | 
Exception Handling
If unsuccessful, throws LicensingException.
