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="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]")
public class Consent
extends Object
consent related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Values: '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.int
hashCode()
obtainedAt
(OffsetDateTime obtainedAt) void
setObtained
(String obtained) void
setObtainedAt
(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
-