public class CreateBasicEndpointsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
|
List<CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints> |
endpoints
The endpoints in the endpoint group.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateBasicEndpointsResponseBody() |
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
@NameInMap(value="Endpoints") public List<CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints> endpoints
The endpoints in the endpoint group.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateBasicEndpointsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointsResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateBasicEndpointsResponseBody setEndpoints(List<CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints> endpoints)
public List<CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints> getEndpoints()
public CreateBasicEndpointsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.