setAttributes abstract method

void setAttributes(
  1. Map<String, String> attributes
)

Sets an attribute with a specific name and value.

Implementation

void setAttributes(Map<String, String> attributes);