public class RemoveDataExportJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobId
This parameter is required.
|
Long |
orderId
This parameter is required.
|
Long |
tid
example:
3***
|
| 构造器和说明 |
|---|
RemoveDataExportJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RemoveDataExportJobRequest |
build(Map<String,?> map) |
Long |
getJobId() |
Long |
getOrderId() |
Long |
getTid() |
RemoveDataExportJobRequest |
setJobId(Long jobId) |
RemoveDataExportJobRequest |
setOrderId(Long orderId) |
RemoveDataExportJobRequest |
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
3***
public static RemoveDataExportJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic RemoveDataExportJobRequest setJobId(Long jobId)
public Long getJobId()
public RemoveDataExportJobRequest setOrderId(Long orderId)
public Long getOrderId()
public RemoveDataExportJobRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.