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