Class NoteAttribute
java.lang.Object
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.NoteAttribute
public class NoteAttribute extends Attribute
Attribute representing a key-value item, where key and value are displayed
below each other, with value that can extend over multiple lines.
- 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 -
Field Summary
-
Constructor Summary
Constructors Constructor Description NoteAttribute()Default constructor.NoteAttribute(String id, String label, String note)Constructor with all details. -
Method Summary
-
Constructor Details
-
NoteAttribute
public NoteAttribute()Default constructor. -
NoteAttribute
Constructor with all details.- Parameters:
id- Attribute ID.label- Attribute label.note- Note.
-
-
Method Details
-
getNote
Get note.- Returns:
- Note.
-
setNote
Set note.- Parameters:
note- Note.
-