Package com.jumio.sdk.account_v1.model
Class Consent
java.lang.Object
com.jumio.sdk.account_v1.model.Consent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:18.992153700+02:00[Europe/Vienna]") public class Consent
extends
Object
consent related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValues: 'yes' - the user's consent was obtained 'no' - the user's consent was not obtained 'na' - not applicable for the current requestThe date and time in UTC when the consent was obtained.inthashCode()obtainedAt(OffsetDateTime obtainedAt) voidsetObtained(String obtained) voidsetObtainedAt(OffsetDateTime obtainedAt) toString()
-
Field Details
-
JSON_PROPERTY_OBTAINED
- See Also:
-
JSON_PROPERTY_OBTAINED_AT
- See Also:
-
-
Constructor Details
-
Consent
public Consent()
-
-
Method Details
-
obtained
-
getObtained
Values: 'yes' - the user's consent was obtained 'no' - the user's consent was not obtained 'na' - not applicable for the current request- Returns:
- obtained
-
setObtained
-
obtainedAt
-
getObtainedAt
The date and time in UTC when the consent was obtained. It has to be in the past relative to UTC time.- Returns:
- obtainedAt
-
setObtainedAt
-
equals
-
hashCode
public int hashCode() -
toString
-