public class QueryDataTrackResultDownloadStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
downloadKeyId
The ID of the download key, which is used to identify the parsing progress of data tracking logs.
|
Long |
orderId
The ID of the ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
QueryDataTrackResultDownloadStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryDataTrackResultDownloadStatusRequest |
build(Map<String,?> map) |
String |
getDownloadKeyId() |
Long |
getOrderId() |
Long |
getTid() |
QueryDataTrackResultDownloadStatusRequest |
setDownloadKeyId(String downloadKeyId) |
QueryDataTrackResultDownloadStatusRequest |
setOrderId(Long orderId) |
QueryDataTrackResultDownloadStatusRequest |
setTid(Long tid) |
@NameInMap(value="DownloadKeyId") public String downloadKeyId
The ID of the download key, which is used to identify the parsing progress of data tracking logs. You can call the DownloadDataTrackResult operation to query the ID of the key.
This parameter is required.
example:e23dd7ec-a19f-4a69-8eb3-8ffd26e6****
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can call the ListOrders operation to query the ID of the ticket.
This parameter is required.
example:11****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the ID of the tenant.
example:1***
public QueryDataTrackResultDownloadStatusRequest()
public static QueryDataTrackResultDownloadStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryDataTrackResultDownloadStatusRequest setDownloadKeyId(String downloadKeyId)
public String getDownloadKeyId()
public QueryDataTrackResultDownloadStatusRequest setOrderId(Long orderId)
public Long getOrderId()
public QueryDataTrackResultDownloadStatusRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.