public class ModifyMigrateRuntimeAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyMigrateRuntimeAttributeRequest() |
ModifyMigrateRuntimeAttributeRequest(ModifyMigrateRuntimeAttributeRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobId()
Get 迁移任务id,如:dts-2rgv0f09
|
KeyValuePairOption[] |
getOtherOptions()
Get 需要修改的属性,此结构设计为通用结构,用于屏蔽多个业务的定制属性。
例如对于Redis: { "Key": "DstWriteMode", //目标库写入模式 "Value": "normal" //clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作,默认为此值) }, { "Key": "IsDstReadOnly", //是否在迁移时设置目标库只读 "Value": "true" //true(设置只读)、false(不设置只读) } |
void |
setJobId(String JobId)
Set 迁移任务id,如:dts-2rgv0f09
|
void |
setOtherOptions(KeyValuePairOption[] OtherOptions)
Set 需要修改的属性,此结构设计为通用结构,用于屏蔽多个业务的定制属性。
例如对于Redis: { "Key": "DstWriteMode", //目标库写入模式 "Value": "normal" //clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作,默认为此值) }, { "Key": "IsDstReadOnly", //是否在迁移时设置目标库只读 "Value": "true" //true(设置只读)、false(不设置只读) } |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyMigrateRuntimeAttributeRequest()
public ModifyMigrateRuntimeAttributeRequest(ModifyMigrateRuntimeAttributeRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- 迁移任务id,如:dts-2rgv0f09public KeyValuePairOption[] getOtherOptions()
public void setOtherOptions(KeyValuePairOption[] OtherOptions)
OtherOptions
- 需要修改的属性,此结构设计为通用结构,用于屏蔽多个业务的定制属性。Copyright © 2024. All rights reserved.