LsPmgmtAttribute Class
This class provides implementation for the LsPmgmtAttribute object. An LsPmgmtAttribute object is a collection of {key, value} pairs that defines an API function's additional input parameters. To define the {key, value} pairs, the set API is used.
Constructor
Syntax | Description |
LsPmgmtAttribute() | Default constructor of the LsPmgmtAttribute class. Creates an LsPmgmtAttribute object. |
API
Modifier and Type | API |
void | set(String key, String value) throws LsPmgmtException, UnsupportedEncodingException |
void | dispose() throws LsPmgmtException |
NOTE The attributes are set in key-value pair format.