public class GetDataExportDownloadURLRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
The ticket ID.
|
String |
realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
GetDataExportDownloadURLRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataExportDownloadURLRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
Long |
getTid() |
GetDataExportDownloadURLRequest |
setOrderId(Long orderId) |
GetDataExportDownloadURLRequest |
setRealLoginUserUid(String realLoginUserUid) |
GetDataExportDownloadURLRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ticket ID. You can call the ListOrders operation to query the ticket ID.
This parameter is required.
example:546****
@NameInMap(value="RealLoginUserUid") public String realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
example:21400447956867****
@NameInMap(value="Tid") public Long tid
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:3***
public static GetDataExportDownloadURLRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataExportDownloadURLRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataExportDownloadURLRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public GetDataExportDownloadURLRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.