Package dev.getelements.elements.sdk
Interface MutableAttributes
- All Superinterfaces:
Attributes
- All Known Implementing Classes:
InheritedMutableAttributes
,PropertiesAttributes
,ServletRequestAttributes
,SimpleAttributes
Represents a set of mutable attributes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.getelements.elements.sdk.Attributes
Attributes.Attribute<T>
-
Field Summary
Fields inherited from interface dev.getelements.elements.sdk.Attributes
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttribute
(String name, Object obj) Sets the attribute with the supplied name and valueMethods inherited from interface dev.getelements.elements.sdk.Attributes
asMap, asProperties, asProperties, getAttribute, getAttributeNames, getAttributeOptional, immutableCopy, stream
-
Method Details
-
setAttribute
Sets the attribute with the supplied name and value- Parameters:
name
- the name to setobj
- the value to set
-