public class ModifyInstanceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
orderId
Order ID.
|
String |
requestId
The ID of this request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.
|
| 构造器和说明 |
|---|
ModifyInstanceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyInstanceResponseBody |
build(Map<String,?> map) |
Long |
getOrderId() |
String |
getRequestId() |
ModifyInstanceResponseBody |
setOrderId(Long orderId) |
ModifyInstanceResponseBody |
setRequestId(String requestId) |
@NameInMap(value="OrderId") public Long orderId
Order ID.
example:242461444340562
@NameInMap(value="RequestId") public String requestId
The ID of this request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.
example:0018DF77-7189-5D33-947B-E5B34BFCE07E
public static ModifyInstanceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ModifyInstanceResponseBody setOrderId(Long orderId)
public Long getOrderId()
public ModifyInstanceResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.