public class AllocatePublicIpAddressResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipAddress
The public IP address of the instance.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
AllocatePublicIpAddressResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocatePublicIpAddressResponseBody |
build(Map<String,?> map) |
String |
getIpAddress() |
String |
getRequestId() |
AllocatePublicIpAddressResponseBody |
setIpAddress(String ipAddress) |
AllocatePublicIpAddressResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IpAddress") public String ipAddress
The public IP address of the instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static AllocatePublicIpAddressResponseBody build(Map<String,?> map) throws Exception
Exception
public AllocatePublicIpAddressResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public AllocatePublicIpAddressResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.