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