public class GetDataImportSQLRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDataImportSQLRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataImportSQLRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getSqlId() |
Long |
getTid() |
GetDataImportSQLRequest |
setOrderId(Long orderId) |
GetDataImportSQLRequest |
setSqlId(Long sqlId) |
GetDataImportSQLRequest |
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:14****
@NameInMap(value="SqlId") public Long sqlId
The SQL ID. You can call the ListDataImportSQLPreCheckDetail operation to query the SQL ID.
This parameter is required.
example:15****
@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 GetDataImportSQLRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataImportSQLRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataImportSQLRequest setSqlId(Long sqlId)
public Long getSqlId()
public GetDataImportSQLRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.