Attribute Class

This class provides implementation for attribute object. An attribute 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
Attribute()

Default constructor of the Attributes class. Creates an attribute object.

APIs

Modifier and Type API
void set(String key, String value)
void Dispose()
void add_object(String key, Attribute value)

NOTE   The attributes are set in key-value pair format.