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