@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class TrackingPixelDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TrackingPixelDto.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_HTML |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_RECIPIENT |
static String |
SERIALIZED_NAME_SEEN |
static String |
SERIALIZED_NAME_SEEN_AT |
static String |
SERIALIZED_NAME_SENT_EMAIL_ID |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
TrackingPixelDto() |
Modifier and Type | Method and Description |
---|---|
TrackingPixelDto |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o) |
static TrackingPixelDto |
fromJson(String jsonString)
Create an instance of TrackingPixelDto given an JSON string
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getHtml()
Get html
|
UUID |
getId()
Get id
|
UUID |
getInboxId()
Get inboxId
|
String |
getRecipient()
Get recipient
|
Boolean |
getSeen()
Get seen
|
OffsetDateTime |
getSeenAt()
Get seenAt
|
UUID |
getSentEmailId()
Get sentEmailId
|
String |
getUrl()
Get url
|
int |
hashCode() |
TrackingPixelDto |
html(String html) |
TrackingPixelDto |
id(UUID id) |
TrackingPixelDto |
inboxId(UUID inboxId) |
TrackingPixelDto |
recipient(String recipient) |
TrackingPixelDto |
seen(Boolean seen) |
TrackingPixelDto |
seenAt(OffsetDateTime seenAt) |
TrackingPixelDto |
sentEmailId(UUID sentEmailId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setHtml(String html) |
void |
setId(UUID id) |
void |
setInboxId(UUID inboxId) |
void |
setRecipient(String recipient) |
void |
setSeen(Boolean seen) |
void |
setSeenAt(OffsetDateTime seenAt) |
void |
setSentEmailId(UUID sentEmailId) |
void |
setUrl(String url) |
String |
toJson()
Convert an instance of TrackingPixelDto to an JSON string
|
String |
toString() |
TrackingPixelDto |
url(String url) |
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_SEEN
public static final String SERIALIZED_NAME_RECIPIENT
public static final String SERIALIZED_NAME_HTML
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_SENT_EMAIL_ID
public static final String SERIALIZED_NAME_SEEN_AT
public static final String SERIALIZED_NAME_CREATED_AT
public TrackingPixelDto id(UUID id)
public void setId(UUID id)
public TrackingPixelDto seen(Boolean seen)
public void setSeen(Boolean seen)
public TrackingPixelDto recipient(String recipient)
public void setRecipient(String recipient)
public TrackingPixelDto html(String html)
public void setHtml(String html)
public TrackingPixelDto url(String url)
public void setUrl(String url)
public TrackingPixelDto inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public TrackingPixelDto sentEmailId(UUID sentEmailId)
public void setSentEmailId(UUID sentEmailId)
public TrackingPixelDto seenAt(OffsetDateTime seenAt)
@Nullable public OffsetDateTime getSeenAt()
public void setSeenAt(OffsetDateTime seenAt)
public TrackingPixelDto 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 TrackingPixelDtopublic static TrackingPixelDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to TrackingPixelDtopublic String toJson()
Copyright © 2023. All rights reserved.