@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ConnectorSyncResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectorSyncResult.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EMAIL_SYNC_COUNT |
static String |
SERIALIZED_NAME_LOG_LINES |
Constructor and Description |
---|
ConnectorSyncResult() |
Modifier and Type | Method and Description |
---|---|
ConnectorSyncResult |
addLogLinesItem(String logLinesItem) |
ConnectorSyncResult |
emailSyncCount(Long emailSyncCount) |
boolean |
equals(Object o) |
static ConnectorSyncResult |
fromJson(String jsonString)
Create an instance of ConnectorSyncResult given an JSON string
|
Long |
getEmailSyncCount()
Get emailSyncCount
|
List<String> |
getLogLines()
Get logLines
|
int |
hashCode() |
ConnectorSyncResult |
logLines(List<String> logLines) |
void |
setEmailSyncCount(Long emailSyncCount) |
void |
setLogLines(List<String> logLines) |
String |
toJson()
Convert an instance of ConnectorSyncResult to an JSON string
|
String |
toString() |
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_EMAIL_SYNC_COUNT
public static final String SERIALIZED_NAME_LOG_LINES
public ConnectorSyncResult emailSyncCount(Long emailSyncCount)
@Nonnull public Long getEmailSyncCount()
public void setEmailSyncCount(Long emailSyncCount)
public ConnectorSyncResult logLines(List<String> logLines)
public ConnectorSyncResult addLogLinesItem(String logLinesItem)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ConnectorSyncResultpublic static ConnectorSyncResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ConnectorSyncResultpublic String toJson()
Copyright © 2023. All rights reserved.