public class GetOrderAttachmentFileRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetOrderAttachmentFileRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetOrderAttachmentFileRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
GetOrderAttachmentFileRequest |
setOrderId(Long orderId) |
GetOrderAttachmentFileRequest |
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:51****
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static GetOrderAttachmentFileRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetOrderAttachmentFileRequest setOrderId(Long orderId)
public Long getOrderId()
public GetOrderAttachmentFileRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.