public class ConsentDetailResponse extends Object
| Constructor and Description |
|---|
ConsentDetailResponse()
Non-parametric constructor.
|
ConsentDetailResponse(String id,
String name,
String text,
Long version)
Constructor for consent information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
String |
getText() |
Long |
getVersion() |
void |
setId(String id) |
void |
setName(String name) |
void |
setText(String text) |
void |
setVersion(Long version) |
public ConsentDetailResponse()
public ConsentDetailResponse(String id, String name, String text, Long version)
id - Identifier of the consent.name - Name of the consent, used for display.text - Text of the consent with the placeholders (raw consent string).version - Consent version.public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getText()
public void setText(String text)
public Long getVersion()
public void setVersion(Long version)
Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.