public class CreateBasicEndpointGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateBasicEndpointGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBasicEndpointGroupResponseBody |
build(Map<String,?> map) |
String |
getEndpointGroupId() |
String |
getRequestId() |
CreateBasicEndpointGroupResponseBody |
setEndpointGroupId(String endpointGroupId) |
CreateBasicEndpointGroupResponseBody |
setRequestId(String requestId) |
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateBasicEndpointGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointGroupResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateBasicEndpointGroupResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.