public class CreateAsynchFetchJobsResult extends HeaderResponse
| 构造器和说明 |
|---|
CreateAsynchFetchJobsResult() |
CreateAsynchFetchJobsResult(String id,
int wait)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Obtain the job ID.
|
int |
getWait()
Obtain the number of queuing jobs.
|
void |
setId(String id)
Set the job ID.
|
void |
setWait(int wait)
Set the number of queuing jobs.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic CreateAsynchFetchJobsResult()
public CreateAsynchFetchJobsResult(String id, int wait)
id - Job IDwait - Number of queuing jobs before the current job. The value 0
indicates that the current job is being executed, and the
value -1 indicates that the job has been executed at least
once (the retry logic may be triggered).public String getId()
public void setId(String id)
id - Job IDpublic int getWait()
public void setWait(int wait)
wait - Number of queuing jobspublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.