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