public class GetJobStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
jobId
The ID of the asynchronous task.
|
| 构造器和说明 |
|---|
GetJobStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetJobStatusRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getJobId() |
GetJobStatusRequest |
setClientToken(String clientToken) |
GetJobStatusRequest |
setJobId(String jobId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must ensure that it is unique among all requests. ClientToken can contain only ASCII characters.
> If you do not set this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** of each API request may be different.
@NameInMap(value="JobId") public String jobId
The ID of the asynchronous task.
public static GetJobStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetJobStatusRequest setClientToken(String clientToken)
public String getClientToken()
public GetJobStatusRequest setJobId(String jobId)
public String getJobId()
Copyright © 2023. All rights reserved.