public class DescribeInstanceDTSInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceDTSInfoResponse() |
DescribeInstanceDTSInfoResponse(DescribeInstanceDTSInfoResponse 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 |
getCutDownTime()
Get Disconnection time.
|
DescribeInstanceDTSInstanceInfo |
getDstInfo()
Get Destination instance information.
|
String |
getJobId()
Get DTS task ID.
|
String |
getJobName()
Get DTS task name.
|
Long |
getOffset()
Get Synchronization delay.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
DescribeInstanceDTSInstanceInfo |
getSrcInfo()
Get Source instance information.
|
Long |
getStatus()
Get Task status.
|
String |
getStatusDesc()
Get Status description.
|
void |
setCutDownTime(String CutDownTime)
Set Disconnection time.
|
void |
setDstInfo(DescribeInstanceDTSInstanceInfo DstInfo)
Set Destination instance information.
|
void |
setJobId(String JobId)
Set DTS task ID.
|
void |
setJobName(String JobName)
Set DTS task name.
|
void |
setOffset(Long Offset)
Set Synchronization delay.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSrcInfo(DescribeInstanceDTSInstanceInfo SrcInfo)
Set Source instance information.
|
void |
setStatus(Long Status)
Set Task status.
|
void |
setStatusDesc(String StatusDesc)
Set Status description.
|
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 DescribeInstanceDTSInfoResponse()
public DescribeInstanceDTSInfoResponse(DescribeInstanceDTSInfoResponse source)
public String getJobId()
public void setJobId(String JobId)
JobId
- DTS task ID.public String getJobName()
public void setJobName(String JobName)
JobName
- DTS task name.public Long getStatus()
public void setStatus(Long Status)
Status
- Task status. 1: creating (Creating); 3: checking (Checking); 4: check successful (CheckPass); 5: check failed (CheckNotPass); 7: task running (Running); 8: preparation completed (ReadyComplete); 9: task successful (Success); 10: task failed (Failed); 11: stopping (Stopping); 12: completing (Completing).public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Status description.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Synchronization delay. Unit: bytes.public String getCutDownTime()
public void setCutDownTime(String CutDownTime)
CutDownTime
- Disconnection time.public DescribeInstanceDTSInstanceInfo getSrcInfo()
public void setSrcInfo(DescribeInstanceDTSInstanceInfo SrcInfo)
SrcInfo
- Source instance information.public DescribeInstanceDTSInstanceInfo getDstInfo()
public void setDstInfo(DescribeInstanceDTSInstanceInfo DstInfo)
DstInfo
- Destination instance information.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.