public class DescribeMigrateCheckJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMigrateCheckJobResponse() |
DescribeMigrateCheckJobResponse(DescribeMigrateCheckJobResponse 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 |
getCheckFlag()
Get Whether the check succeeds.
|
Long |
getErrorCode()
Get Task error code
|
String |
getErrorMessage()
Get Task error message
|
String |
getProgress()
Get Check task progress.
|
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).
|
String |
getStatus()
Get Check task status: unavailable, starting, running, finished
|
void |
setCheckFlag(Long CheckFlag)
Set Whether the check succeeds.
|
void |
setErrorCode(Long ErrorCode)
Set Task error code
|
void |
setErrorMessage(String ErrorMessage)
Set Task error message
|
void |
setProgress(String Progress)
Set Check task progress.
|
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 |
setStatus(String Status)
Set Check task status: unavailable, starting, running, finished
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMigrateCheckJobResponse()
public DescribeMigrateCheckJobResponse(DescribeMigrateCheckJobResponse source)
public String getStatus()
public void setStatus(String Status)
Status
- Check task status: unavailable, starting, running, finishedpublic Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- Task error codepublic String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- Task error messagepublic String getProgress()
public void setProgress(String Progress)
Progress
- Check task progress. For example, "30" means 30% completedpublic Long getCheckFlag()
public void setCheckFlag(Long CheckFlag)
CheckFlag
- Whether the check succeeds. 0: no; 1: yes; 3: not checkedpublic 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.