public class CreateAsynchFetchJobsResult extends HeaderResponse
| Constructor and Description |
|---|
CreateAsynchFetchJobsResult() |
CreateAsynchFetchJobsResult(String id,
int Wait)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 in class HeaderResponseCopyright © 2019. All rights reserved.