public class GetDataCorrectSQLFileRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDataCorrectSQLFileRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataCorrectSQLFileRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
GetDataCorrectSQLFileRequest |
setOrderId(Long orderId) |
GetDataCorrectSQLFileRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
This parameter is required.
example:730000
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the "View information about the current tenant" section of the Manage DMS tenants.
-1
public static GetDataCorrectSQLFileRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectSQLFileRequest setOrderId(Long orderId)
public Long getOrderId()
public GetDataCorrectSQLFileRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.