public class RestartDataExportJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobId
This parameter is required.
|
Long |
orderId
This parameter is required.
|
Long |
tid
example:
23****
|
| 构造器和说明 |
|---|
RestartDataExportJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RestartDataExportJobRequest |
build(Map<String,?> map) |
Long |
getJobId() |
Long |
getOrderId() |
Long |
getTid() |
RestartDataExportJobRequest |
setJobId(Long jobId) |
RestartDataExportJobRequest |
setOrderId(Long orderId) |
RestartDataExportJobRequest |
setTid(Long tid) |
@NameInMap(value="JobId") public Long jobId
This parameter is required.
example:1276****
@NameInMap(value="OrderId") public Long orderId
This parameter is required.
example:420****
@NameInMap(value="Tid") public Long tid
23****
public static RestartDataExportJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic RestartDataExportJobRequest setJobId(Long jobId)
public Long getJobId()
public RestartDataExportJobRequest setOrderId(Long orderId)
public Long getOrderId()
public RestartDataExportJobRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.