Package com.jumio.sdk.account_v1.model
Class PrivacyPolicy
java.lang.Object
com.jumio.sdk.account_v1.model.PrivacyPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]")
public class PrivacyPolicy
extends Object
privacy policy related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getRead()
Values: 'yes' - the user has read the privacy policy 'no' - the user has not read the privacy policy 'na' - not applicable for the current requestThe date and time in UTC when the privacy policy was read.int
hashCode()
readAt
(OffsetDateTime readAt) void
void
setReadAt
(OffsetDateTime readAt) toString()
-
Field Details
-
JSON_PROPERTY_READ
- See Also:
-
JSON_PROPERTY_READ_AT
- See Also:
-
-
Constructor Details
-
PrivacyPolicy
public PrivacyPolicy()
-
-
Method Details
-
read
-
getRead
Values: 'yes' - the user has read the privacy policy 'no' - the user has not read the privacy policy 'na' - not applicable for the current request- Returns:
- read
-
setRead
-
readAt
-
getReadAt
The date and time in UTC when the privacy policy was read. It has to be in the past relative to UTC time.- Returns:
- readAt
-
setReadAt
-
equals
-
hashCode
public int hashCode() -
toString
-