Package com.incode.welcome_sdk.data
Class ConsentData
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ConsentData implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringcheckboxIdprivate StringconsentTextprivate Booleanoptional
-
Constructor Summary
Constructors Constructor Description ConsentData(String checkboxId, String consentText, Boolean optional)
-
Method Summary
Modifier and Type Method Description final StringgetCheckboxId()final UnitsetCheckboxId(String checkboxId)final StringgetConsentText()final UnitsetConsentText(String consentText)final BooleangetOptional()final UnitsetOptional(Boolean optional)-
-
Method Detail
-
getCheckboxId
final String getCheckboxId()
-
setCheckboxId
final Unit setCheckboxId(String checkboxId)
-
getConsentText
final String getConsentText()
-
setConsentText
final Unit setConsentText(String consentText)
-
getOptional
final Boolean getOptional()
-
setOptional
final Unit setOptional(Boolean optional)
-
-
-
-