@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ScheduledJobDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScheduledJobDto.CustomTypeAdapterFactory |
static class |
ScheduledJobDto.StatusEnum
Gets or Sets status
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_JOB_ID |
static String |
SERIALIZED_NAME_SEND_AT_TIMESTAMP |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TRIGGER_ID |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
ScheduledJobDto() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_JOB_ID
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_TRIGGER_ID
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_SEND_AT_TIMESTAMP
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public ScheduledJobDto id(UUID id)
public void setId(UUID id)
public ScheduledJobDto userId(UUID userId)
public void setUserId(UUID userId)
public ScheduledJobDto inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public ScheduledJobDto jobId(String jobId)
public void setJobId(String jobId)
public ScheduledJobDto groupId(String groupId)
public void setGroupId(String groupId)
public ScheduledJobDto triggerId(String triggerId)
public void setTriggerId(String triggerId)
public ScheduledJobDto status(ScheduledJobDto.StatusEnum status)
@Nonnull public ScheduledJobDto.StatusEnum getStatus()
public void setStatus(ScheduledJobDto.StatusEnum status)
public ScheduledJobDto sendAtTimestamp(OffsetDateTime sendAtTimestamp)
@Nonnull public OffsetDateTime getSendAtTimestamp()
public void setSendAtTimestamp(OffsetDateTime sendAtTimestamp)
public ScheduledJobDto createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ScheduledJobDto updatedAt(OffsetDateTime updatedAt)
@Nonnull public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ScheduledJobDtopublic static ScheduledJobDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ScheduledJobDtopublic String toJson()
Copyright © 2023. All rights reserved.