public static class GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyServiceEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
address
The ID of the cluster on the data plane.
|
String |
clusterId
The details of the endpoints of the registered service.
|
| 构造器和说明 |
|---|
GetRegisteredServiceEndpointsResponseBodyServiceEndpoints() |
@NameInMap(value="Address") public String address
The ID of the cluster on the data plane.
@NameInMap(value="ClusterId") public String clusterId
The details of the endpoints of the registered service.
public GetRegisteredServiceEndpointsResponseBodyServiceEndpoints()
public static GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyServiceEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyServiceEndpoints setAddress(String address)
public String getAddress()
public GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyServiceEndpoints setClusterId(String clusterId)
public String getClusterId()
Copyright © 2023. All rights reserved.