@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetDiscoverHostsRequestBody extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER |
static String |
SERIALIZED_NAME_HOST_ADDRESS |
| 构造器和说明 |
|---|
GetDiscoverHostsRequestBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetDiscoverHostsRequestBody |
addHostAddressItem(String hostAddressItem) |
GetDiscoverHostsRequestBody |
cluster(ClusterWhereUniqueInput cluster) |
boolean |
equals(Object o) |
ClusterWhereUniqueInput |
getCluster()
Get cluster
|
List<String> |
getHostAddress()
Get hostAddress
|
int |
hashCode() |
GetDiscoverHostsRequestBody |
hostAddress(List<String> hostAddress) |
void |
setCluster(ClusterWhereUniqueInput cluster) |
void |
setHostAddress(List<String> hostAddress) |
String |
toString() |
public GetDiscoverHostsRequestBody cluster(ClusterWhereUniqueInput cluster)
@Nonnull public ClusterWhereUniqueInput getCluster()
public void setCluster(ClusterWhereUniqueInput cluster)
public GetDiscoverHostsRequestBody hostAddress(List<String> hostAddress)
public GetDiscoverHostsRequestBody addHostAddressItem(String hostAddressItem)
Copyright © 2025. All rights reserved.