public class ModifySyncJobRequest extends AbstractModel
Constructor and Description |
---|
ModifySyncJobRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseInfo()
Get When syncing the specified table, you need to set the information of the source table to be synced, which should be described in JSON string format.
|
String |
getJobId()
Get ID of the disaster recovery sync task to be modified
|
String |
getJobName()
Get Name of the disaster recovery sync task
|
SyncOption |
getSyncOption()
Get Configuration options of a disaster recovery sync task
|
void |
setDatabaseInfo(String DatabaseInfo)
Set When syncing the specified table, you need to set the information of the source table to be synced, which should be described in JSON string format.
|
void |
setJobId(String JobId)
Set ID of the disaster recovery sync task to be modified
|
void |
setJobName(String JobName)
Set Name of the disaster recovery sync task
|
void |
setSyncOption(SyncOption SyncOption)
Set Configuration options of a disaster recovery sync task
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getJobId()
public void setJobId(String JobId)
JobId
- ID of the disaster recovery sync task to be modifiedpublic String getJobName()
public void setJobName(String JobName)
JobName
- Name of the disaster recovery sync taskpublic SyncOption getSyncOption()
public void setSyncOption(SyncOption SyncOption)
SyncOption
- Configuration options of a disaster recovery sync taskpublic String getDatabaseInfo()
public void setDatabaseInfo(String DatabaseInfo)
DatabaseInfo
- When syncing the specified table, you need to set the information of the source table to be synced, which should be described in JSON string format. Below are examples.
For databases with a database-table structure:
[{"Database":"db1","Table":["table1","table2"]},{"Database":"db2"}]Copyright © 2020. All rights reserved.