@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ScheduledJob extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScheduledJob.CustomTypeAdapterFactory |
static class |
ScheduledJob.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 |
---|
ScheduledJob() |
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 ScheduledJob id(UUID id)
public void setId(UUID id)
public ScheduledJob userId(UUID userId)
public void setUserId(UUID userId)
public ScheduledJob inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public ScheduledJob jobId(String jobId)
public void setJobId(String jobId)
public ScheduledJob groupId(String groupId)
public void setGroupId(String groupId)
public ScheduledJob triggerId(String triggerId)
public void setTriggerId(String triggerId)
public ScheduledJob status(ScheduledJob.StatusEnum status)
@Nonnull public ScheduledJob.StatusEnum getStatus()
public void setStatus(ScheduledJob.StatusEnum status)
public ScheduledJob sendAtTimestamp(OffsetDateTime sendAtTimestamp)
@Nonnull public OffsetDateTime getSendAtTimestamp()
public void setSendAtTimestamp(OffsetDateTime sendAtTimestamp)
public ScheduledJob createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ScheduledJob 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 ScheduledJobpublic static ScheduledJob fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ScheduledJobpublic String toJson()
Copyright © 2023. All rights reserved.