public class AllocatePublicIpAddressResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
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.
example:112.124.**.**
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
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 © 2024. All rights reserved.