public static final class ListClusterVersionsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListClusterVersionsResponseBody.Data |
build() |
ListClusterVersionsResponseBody.Data.Builder |
clusterType(String clusterType)
The type of the instance.
|
ListClusterVersionsResponseBody.Data.Builder |
code(String code)
The code of the instance type.
|
ListClusterVersionsResponseBody.Data.Builder |
showName(String showName)
The version of the instance.
|
public ListClusterVersionsResponseBody.Data.Builder clusterType(String clusterType)
The type of the instance.
example:Nacos-Ans
public ListClusterVersionsResponseBody.Data.Builder code(String code)
The code of the instance type.
example:NACOS_2_0_0
public ListClusterVersionsResponseBody.Data.Builder showName(String showName)
The version of the instance.
example:2.1.0
public ListClusterVersionsResponseBody.Data build()
Copyright © 2026. All rights reserved.