public class GetStructSyncJobDetailRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetStructSyncJobDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetStructSyncJobDetailRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
GetStructSyncJobDetailRequest |
setOrderId(Long orderId) |
GetStructSyncJobDetailRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ticket ID.
This parameter is required.
example:4324321
@NameInMap(value="Tid") public Long tid
The tenant ID.
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 GetStructSyncJobDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetStructSyncJobDetailRequest setOrderId(Long orderId)
public Long getOrderId()
public GetStructSyncJobDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.