@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ExpiredInboxRecordProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExpiredInboxRecordProjection.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
ExpiredInboxRecordProjection() |
Modifier and Type | Method and Description |
---|---|
ExpiredInboxRecordProjection |
createdAt(OffsetDateTime createdAt) |
ExpiredInboxRecordProjection |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
static ExpiredInboxRecordProjection |
fromJson(String jsonString)
Create an instance of ExpiredInboxRecordProjection given an JSON string
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getEmailAddress()
Get emailAddress
|
UUID |
getId()
Get id
|
UUID |
getUserId()
Get userId
|
int |
hashCode() |
ExpiredInboxRecordProjection |
id(UUID id) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setEmailAddress(String emailAddress) |
void |
setId(UUID id) |
void |
setUserId(UUID userId) |
String |
toJson()
Convert an instance of ExpiredInboxRecordProjection to an JSON string
|
String |
toString() |
ExpiredInboxRecordProjection |
userId(UUID userId) |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_CREATED_AT
public ExpiredInboxRecordProjection id(UUID id)
public void setId(UUID id)
public ExpiredInboxRecordProjection userId(UUID userId)
public void setUserId(UUID userId)
public ExpiredInboxRecordProjection emailAddress(String emailAddress)
public void setEmailAddress(String emailAddress)
public ExpiredInboxRecordProjection createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ExpiredInboxRecordProjectionpublic static ExpiredInboxRecordProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ExpiredInboxRecordProjectionpublic String toJson()
Copyright © 2023. All rights reserved.