public class CreateIpv6GatewayResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipv6GatewayId
The ID of the IPv6 gateway.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the IPv6 gateway belongs.
|
构造器和说明 |
---|
CreateIpv6GatewayResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateIpv6GatewayResponseBody |
build(Map<String,?> map) |
String |
getIpv6GatewayId() |
String |
getRequestId() |
String |
getResourceGroupId() |
CreateIpv6GatewayResponseBody |
setIpv6GatewayId(String ipv6GatewayId) |
CreateIpv6GatewayResponseBody |
setRequestId(String requestId) |
CreateIpv6GatewayResponseBody |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="Ipv6GatewayId") public String ipv6GatewayId
The ID of the IPv6 gateway.
example:ipv6gw-hp3y0l3ln89j8cdvf****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the IPv6 gateway belongs.
example:rg-acfmxazb4ph6aiy****
public static CreateIpv6GatewayResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateIpv6GatewayResponseBody setIpv6GatewayId(String ipv6GatewayId)
public String getIpv6GatewayId()
public CreateIpv6GatewayResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateIpv6GatewayResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2024. All rights reserved.