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