public class UpdateCustomRoutingEndpointsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
endpointIds
The IDs of the endpoints.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateCustomRoutingEndpointsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateCustomRoutingEndpointsResponseBody |
build(Map<String,?> map) |
List<String> |
getEndpointIds() |
String |
getRequestId() |
UpdateCustomRoutingEndpointsResponseBody |
setEndpointIds(List<String> endpointIds) |
UpdateCustomRoutingEndpointsResponseBody |
setRequestId(String requestId) |
@NameInMap(value="EndpointIds") public List<String> endpointIds
The IDs of the endpoints.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static UpdateCustomRoutingEndpointsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCustomRoutingEndpointsResponseBody setEndpointIds(List<String> endpointIds)
public UpdateCustomRoutingEndpointsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.