public class DescribeMigrationDetailResponse extends AbstractModel
Constructor and Description |
---|
DescribeMigrationDetailResponse() |
DescribeMigrationDetailResponse(DescribeMigrationDetailResponse 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 |
---|---|
Long |
getAppId()
Get 迁移任务所属的用户ID
|
String |
getCreateTime()
Get 迁移任务的创建时间
|
String |
getEndTime()
Get 迁移任务的结束时间
|
MigrateDB[] |
getMigrateDBSet()
Get 迁移DB对象 ,离线迁移(SourceType=4或SourceType=5)不使用。
|
Long |
getMigrateId()
Get 迁移任务ID
|
String |
getMigrateName()
Get 迁移任务名称
|
Long |
getMigrateType()
Get 迁移类型(1:结构迁移 2:数据迁移 3:增量同步)
|
Long |
getProgress()
Get 迁移任务当前进度
|
String |
getRegion()
Get 迁移任务所属的地域
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
MigrateSource |
getSource()
Get 迁移源
|
Long |
getSourceType()
Get 迁移源的类型 1:TencentDB for SQLServer 2:云服务器自建SQLServer数据库 4:SQLServer备份还原 5:SQLServer备份还原(COS方式)
|
String |
getStartTime()
Get 迁移任务的开始时间
|
Long |
getStatus()
Get 迁移任务的状态(1:初始化,4:迁移中,5.迁移失败,6.迁移成功)
|
MigrateTarget |
getTarget()
Get 迁移目标
|
void |
setAppId(Long AppId)
Set 迁移任务所属的用户ID
|
void |
setCreateTime(String CreateTime)
Set 迁移任务的创建时间
|
void |
setEndTime(String EndTime)
Set 迁移任务的结束时间
|
void |
setMigrateDBSet(MigrateDB[] MigrateDBSet)
Set 迁移DB对象 ,离线迁移(SourceType=4或SourceType=5)不使用。
|
void |
setMigrateId(Long MigrateId)
Set 迁移任务ID
|
void |
setMigrateName(String MigrateName)
Set 迁移任务名称
|
void |
setMigrateType(Long MigrateType)
Set 迁移类型(1:结构迁移 2:数据迁移 3:增量同步)
|
void |
setProgress(Long Progress)
Set 迁移任务当前进度
|
void |
setRegion(String Region)
Set 迁移任务所属的地域
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSource(MigrateSource Source)
Set 迁移源
|
void |
setSourceType(Long SourceType)
Set 迁移源的类型 1:TencentDB for SQLServer 2:云服务器自建SQLServer数据库 4:SQLServer备份还原 5:SQLServer备份还原(COS方式)
|
void |
setStartTime(String StartTime)
Set 迁移任务的开始时间
|
void |
setStatus(Long Status)
Set 迁移任务的状态(1:初始化,4:迁移中,5.迁移失败,6.迁移成功)
|
void |
setTarget(MigrateTarget Target)
Set 迁移目标
|
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 DescribeMigrationDetailResponse()
public DescribeMigrationDetailResponse(DescribeMigrationDetailResponse source)
public Long getMigrateId()
public void setMigrateId(Long MigrateId)
MigrateId
- 迁移任务IDpublic String getMigrateName()
public void setMigrateName(String MigrateName)
MigrateName
- 迁移任务名称public Long getAppId()
public void setAppId(Long AppId)
AppId
- 迁移任务所属的用户IDpublic String getRegion()
public void setRegion(String Region)
Region
- 迁移任务所属的地域public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType
- 迁移源的类型 1:TencentDB for SQLServer 2:云服务器自建SQLServer数据库 4:SQLServer备份还原 5:SQLServer备份还原(COS方式)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 迁移任务的创建时间public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 迁移任务的开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 迁移任务的结束时间public Long getStatus()
public void setStatus(Long Status)
Status
- 迁移任务的状态(1:初始化,4:迁移中,5.迁移失败,6.迁移成功)public Long getProgress()
public void setProgress(Long Progress)
Progress
- 迁移任务当前进度public Long getMigrateType()
public void setMigrateType(Long MigrateType)
MigrateType
- 迁移类型(1:结构迁移 2:数据迁移 3:增量同步)public MigrateSource getSource()
public void setSource(MigrateSource Source)
Source
- 迁移源public MigrateTarget getTarget()
public void setTarget(MigrateTarget Target)
Target
- 迁移目标public MigrateDB[] getMigrateDBSet()
public void setMigrateDBSet(MigrateDB[] MigrateDBSet)
MigrateDBSet
- 迁移DB对象 ,离线迁移(SourceType=4或SourceType=5)不使用。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.