Class KeyValueAttribute
- java.lang.Object
-
- io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
-
- io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.KeyValueAttribute
-
public class KeyValueAttribute extends Attribute
Attribute representing a key-value item, where key and value are displayed next to each other.- Author:
- Petr Dvorak, petr@wultra.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
Attribute.Type
-
-
Constructor Summary
Constructors Constructor Description KeyValueAttribute()Default constructor.KeyValueAttribute(String id, String label, String value)Constructor with all details.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Get value.voidsetValue(String value)Set value.
-
-
-
Field Detail
-
value
protected String value
-
-