public class GetPermApplyOrderDetailRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetPermApplyOrderDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetPermApplyOrderDetailRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
GetPermApplyOrderDetailRequest |
setOrderId(Long orderId) |
GetPermApplyOrderDetailRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ticket ID. You can call the ListOrders operation to query the ticket ID.
This parameter is required.
example:730000
@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 the View information about the current tenant section of the "Manage DMS tenants" topic.
-1
public static GetPermApplyOrderDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetPermApplyOrderDetailRequest setOrderId(Long orderId)
public Long getOrderId()
public GetPermApplyOrderDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.