Class Consent
-
- All Implemented Interfaces:
public final class Consent
-
-
Field Summary
Fields Modifier and Type Field Description private final String
checkboxId
private final String
consentText
private final Boolean
optional
-
Method Summary
Modifier and Type Method Description final String
getCheckboxId()
final String
getConsentText()
final Boolean
getOptional()
-
-
Method Detail
-
getCheckboxId
final String getCheckboxId()
-
getConsentText
final String getConsentText()
-
getOptional
final Boolean getOptional()
-
-
-
-