@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class MissedEmailProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MissedEmailProjection.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_FROM |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_SUBJECT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
MissedEmailProjection() |
Modifier and Type | Method and Description |
---|---|
MissedEmailProjection |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o) |
MissedEmailProjection |
from(String from) |
static MissedEmailProjection |
fromJson(String jsonString)
Create an instance of MissedEmailProjection given an JSON string
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getFrom()
Get from
|
UUID |
getId()
Get id
|
String |
getSubject()
Get subject
|
UUID |
getUserId()
Get userId
|
int |
hashCode() |
MissedEmailProjection |
id(UUID id) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setFrom(String from) |
void |
setId(UUID id) |
void |
setSubject(String subject) |
void |
setUserId(UUID userId) |
MissedEmailProjection |
subject(String subject) |
String |
toJson()
Convert an instance of MissedEmailProjection to an JSON string
|
String |
toString() |
MissedEmailProjection |
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_FROM
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_CREATED_AT
public MissedEmailProjection id(UUID id)
public void setId(UUID id)
public MissedEmailProjection from(String from)
public void setFrom(String from)
public MissedEmailProjection subject(String subject)
public void setSubject(String subject)
public MissedEmailProjection userId(UUID userId)
public void setUserId(UUID userId)
public MissedEmailProjection 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 MissedEmailProjectionpublic static MissedEmailProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to MissedEmailProjectionpublic String toJson()
Copyright © 2023. All rights reserved.