public class DescribeSubscribeCheckJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSubscribeCheckJobResponse() |
DescribeSubscribeCheckJobResponse(DescribeSubscribeCheckJobResponse 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 |
getMessage()
Get Failure or error prompts, success signals 'success'.
|
Long |
getProgress()
Get Current overall 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 Job running status.
|
Long |
getStepAll()
Get Total check steps
|
Long |
getStepNow()
Get Current step in execution
|
SubscribeCheckStepInfo[] |
getSteps()
Get Running status of each stepNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getSubscribeId()
Get Subscription instance ID
|
void |
setMessage(String Message)
Set Failure or error prompts, success signals 'success'.
|
void |
setProgress(Long Progress)
Set Current overall 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 Job running status.
|
void |
setStepAll(Long StepAll)
Set Total check steps
|
void |
setStepNow(Long StepNow)
Set Current step in execution
|
void |
setSteps(SubscribeCheckStepInfo[] Steps)
Set Running status of each stepNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setSubscribeId(String SubscribeId)
Set Subscription instance ID
|
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 DescribeSubscribeCheckJobResponse()
public DescribeSubscribeCheckJobResponse(DescribeSubscribeCheckJobResponse source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId
- Subscription instance IDpublic String getMessage()
public void setMessage(String Message)
Message
- Failure or error prompts, success signals 'success'.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Job running status. Valid values: running, failed, success.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Current overall progress. Value range: 0-100.public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- Total check stepspublic Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current step in executionpublic SubscribeCheckStepInfo[] getSteps()
public void setSteps(SubscribeCheckStepInfo[] Steps)
Steps
- Running status of each stepNote: 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, 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.