public class ListSpareIpsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps |
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
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 request ID.
@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
Exception
public ListSpareIpsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListSpareIpsResponseBody setSpareIps(List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> spareIps)
public List<ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps> getSpareIps()
Copyright © 2024. All rights reserved.