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