@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ConnectorSyncEventDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectorSyncEventDto.CustomTypeAdapterFactory |
static class |
ConnectorSyncEventDto.SyncStatusEnum
Gets or Sets syncStatus
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CONNECTOR_ID |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_SYNC_COUNT |
static String |
SERIALIZED_NAME_SYNC_STATUS |
Constructor and Description |
---|
ConnectorSyncEventDto() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_CONNECTOR_ID
public static final String SERIALIZED_NAME_SYNC_STATUS
public static final String SERIALIZED_NAME_SYNC_COUNT
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_CREATED_AT
public ConnectorSyncEventDto id(UUID id)
public void setId(UUID id)
public ConnectorSyncEventDto connectorId(UUID connectorId)
public void setConnectorId(UUID connectorId)
public ConnectorSyncEventDto syncStatus(ConnectorSyncEventDto.SyncStatusEnum syncStatus)
@Nonnull public ConnectorSyncEventDto.SyncStatusEnum getSyncStatus()
public void setSyncStatus(ConnectorSyncEventDto.SyncStatusEnum syncStatus)
public ConnectorSyncEventDto syncCount(Long syncCount)
public void setSyncCount(Long syncCount)
public ConnectorSyncEventDto message(String message)
public void setMessage(String message)
public ConnectorSyncEventDto 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 ConnectorSyncEventDtopublic static ConnectorSyncEventDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ConnectorSyncEventDtopublic String toJson()
Copyright © 2023. All rights reserved.