public class SyncConfigForCreateMigrationJobInput extends Object
| Constructor and Description |
|---|
SyncConfigForCreateMigrationJobInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getSyncInterval()
Get syncInterval
|
Integer |
getSyncTimes()
Get syncTimes
|
String |
getSyncType()
Get syncType
|
int |
hashCode() |
Boolean |
isTriggerLastSync()
Get triggerLastSync
|
void |
setSyncInterval(Integer syncInterval) |
void |
setSyncTimes(Integer syncTimes) |
void |
setSyncType(String syncType) |
void |
setTriggerLastSync(Boolean triggerLastSync) |
SyncConfigForCreateMigrationJobInput |
syncInterval(Integer syncInterval) |
SyncConfigForCreateMigrationJobInput |
syncTimes(Integer syncTimes) |
SyncConfigForCreateMigrationJobInput |
syncType(String syncType) |
String |
toString() |
SyncConfigForCreateMigrationJobInput |
triggerLastSync(Boolean triggerLastSync) |
public SyncConfigForCreateMigrationJobInput()
public SyncConfigForCreateMigrationJobInput syncInterval(Integer syncInterval)
public Integer getSyncInterval()
public void setSyncInterval(Integer syncInterval)
public SyncConfigForCreateMigrationJobInput syncTimes(Integer syncTimes)
public Integer getSyncTimes()
public void setSyncTimes(Integer syncTimes)
public SyncConfigForCreateMigrationJobInput syncType(String syncType)
public String getSyncType()
public void setSyncType(String syncType)
public SyncConfigForCreateMigrationJobInput triggerLastSync(Boolean triggerLastSync)
public Boolean isTriggerLastSync()
public void setTriggerLastSync(Boolean triggerLastSync)
Copyright © 2026. All rights reserved.