public class DescribeInstanceDTSInfoResponse extends AbstractModel
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
Note: This field may return null, indicating that no valid values can be obtained.
|
DescribeInstanceDTSInstanceInfo |
getDstInfo()
Get Target instance information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getJobId()
Get DTS task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getJobName()
Get DTS task name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getOffset()
Get Sync latency in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
DescribeInstanceDTSInstanceInfo |
getSrcInfo()
Get Source instance information
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Task status.
|
String |
getStatusDesc()
Get Status description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCutDownTime(String CutDownTime)
Set Disconnection time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDstInfo(DescribeInstanceDTSInstanceInfo DstInfo)
Set Target instance information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobId(String JobId)
Set DTS task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobName(String JobName)
Set DTS task name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOffset(Long Offset)
Set Sync latency in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSrcInfo(DescribeInstanceDTSInstanceInfo SrcInfo)
Set Source instance information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Task status.
|
void |
setStatusDesc(String StatusDesc)
Set Status description
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribeInstanceDTSInfoResponse()
public DescribeInstanceDTSInfoResponse(DescribeInstanceDTSInfoResponse source)
public String getJobId()
public void setJobId(String JobId)
JobId
- DTS task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getJobName()
public void setJobName(String JobName)
JobName
- DTS task name
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Task status. Valid values: 1 (Creating), 3 (Checking), 4 (CheckPass), 5 (CheckNotPass), 7 (Running), 8 (ReadyComplete), 9 (Success), 10 (Failed), 11 (Stopping), 12 (Completing)
Note: This field may return null, indicating that no valid values can be obtained.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Status description
Note: This field may return null, indicating that no valid values can be obtained.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Sync latency in bytes
Note: This field may return null, indicating that no valid values can be obtained.public String getCutDownTime()
public void setCutDownTime(String CutDownTime)
CutDownTime
- Disconnection time
Note: This field may return null, indicating that no valid values can be obtained.public DescribeInstanceDTSInstanceInfo getSrcInfo()
public void setSrcInfo(DescribeInstanceDTSInstanceInfo SrcInfo)
SrcInfo
- Source instance information
Note: This field may return null, indicating that no valid values can be obtained.public DescribeInstanceDTSInstanceInfo getDstInfo()
public void setDstInfo(DescribeInstanceDTSInstanceInfo DstInfo)
DstInfo
- Target instance information
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.