-
- All Implemented Interfaces:
public final class Content.Attribute<V extends Object>An attribute is an arbitrary key-value metadata pair.
-
-
Field Summary
Fields Modifier and Type Field Description private final Content.AttributeKey<V>keyprivate final Vvalue
-
Constructor Summary
Constructors Constructor Description Content.Attribute(Content.AttributeKey<V> key, V value)
-
Method Summary
Modifier and Type Method Description final Content.AttributeKey<V>getKey()final VgetValue()-
-
Constructor Detail
-
Content.Attribute
Content.Attribute(Content.AttributeKey<V> key, V value)
-
-
Method Detail
-
getKey
final Content.AttributeKey<V> getKey()
-
-
-
-