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