public class UpdateGatewayResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
gatewayId
The ID of the gateway.
|
String |
message
The returned message.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateGatewayResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateGatewayResponseBody |
build(Map<String,?> map) |
String |
getGatewayId() |
String |
getMessage() |
String |
getRequestId() |
UpdateGatewayResponseBody |
setGatewayId(String gatewayId) |
UpdateGatewayResponseBody |
setMessage(String message) |
UpdateGatewayResponseBody |
setRequestId(String requestId) |
@NameInMap(value="GatewayId") public String gatewayId
The ID of the gateway.
example:gw-1uhcqmsc7x22******
@NameInMap(value="Message") public String message
The returned message.
example:Gateway is updated
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:40325405-579C-4D82***
public static UpdateGatewayResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateGatewayResponseBody setGatewayId(String gatewayId)
public String getGatewayId()
public UpdateGatewayResponseBody setMessage(String message)
public String getMessage()
public UpdateGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.