public class ListSpareIpsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> |
spareIps
The secondary IP addresses that are associated with the CNAME.
|
| 构造器和说明 |
|---|
ListSpareIpsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSpareIpsResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> |
getSpareIps() |
ListSpareIpsResponseBody |
setRequestId(String requestId) |
ListSpareIpsResponseBody |
setSpareIps(List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> spareIps) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SpareIps") public List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> spareIps
The secondary IP addresses that are associated with the CNAME.
public static ListSpareIpsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListSpareIpsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListSpareIpsResponseBody setSpareIps(List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> spareIps)
public List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> getSpareIps()
Copyright © 2023. All rights reserved.