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