Class ModifyMigrateNameRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.ModifyMigrateNameRequest
-
public class ModifyMigrateNameRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyMigrateNameRequest()ModifyMigrateNameRequest(ModifyMigrateNameRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJobId()Get 迁移任务idStringgetJobName()Get 修改后的迁移任务名voidsetJobId(String JobId)Set 迁移任务idvoidsetJobName(String JobName)Set 修改后的迁移任务名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyMigrateNameRequest
public ModifyMigrateNameRequest()
-
ModifyMigrateNameRequest
public ModifyMigrateNameRequest(ModifyMigrateNameRequest 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.
-
-
Method Detail
-
getJobId
public String getJobId()
Get 迁移任务id- Returns:
- JobId 迁移任务id
-
setJobId
public void setJobId(String JobId)
Set 迁移任务id- Parameters:
JobId- 迁移任务id
-
getJobName
public String getJobName()
Get 修改后的迁移任务名- Returns:
- JobName 修改后的迁移任务名
-
setJobName
public void setJobName(String JobName)
Set 修改后的迁移任务名- Parameters:
JobName- 修改后的迁移任务名
-
-