@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class SendWithQueueResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SendWithQueueResult.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_DELIVERED |
static String |
SERIALIZED_NAME_EXCEPTION_NAME |
static String |
SERIALIZED_NAME_HEADER_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_SUBJECT |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
SendWithQueueResult() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_HEADER_ID
public static final String SERIALIZED_NAME_DELIVERED
public static final String SERIALIZED_NAME_EXCEPTION_NAME
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public SendWithQueueResult id(UUID id)
public void setId(UUID id)
public SendWithQueueResult userId(UUID userId)
public void setUserId(UUID userId)
public SendWithQueueResult subject(String subject)
public void setSubject(String subject)
public SendWithQueueResult inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public SendWithQueueResult headerId(String headerId)
public void setHeaderId(String headerId)
public SendWithQueueResult delivered(Boolean delivered)
public void setDelivered(Boolean delivered)
public SendWithQueueResult exceptionName(String exceptionName)
@Nullable public String getExceptionName()
public void setExceptionName(String exceptionName)
public SendWithQueueResult message(String message)
public void setMessage(String message)
public SendWithQueueResult createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public SendWithQueueResult 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 SendWithQueueResultpublic static SendWithQueueResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to SendWithQueueResultpublic String toJson()
Copyright © 2023. All rights reserved.