public class CreateEndpointGroupResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreateEndpointGroupResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateEndpointGroupResponseBody |
build(Map<String,?> map) |
String |
getEndpointGroupId() |
String |
getRequestId() |
CreateEndpointGroupResponseBody |
setEndpointGroupId(String endpointGroupId) |
CreateEndpointGroupResponseBody |
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 CreateEndpointGroupResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateEndpointGroupResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateEndpointGroupResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.