| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static ClusterType |
ClusterType.fromValue(String value) |
ClusterType |
VmMetaData.getClusterType()
Get clusterType
|
ClusterType |
ClusterWhereInput.getType()
Get type
|
ClusterType |
Cluster.getType()
Get type
|
ClusterType |
ClusterStorageInfo.getType()
Get type
|
ClusterType |
ClusterWhereInput.getTypeNot()
Get typeNot
|
ClusterType |
ClusterType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ClusterType |
ClusterType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ClusterType[] |
ClusterType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ClusterType> |
ClusterWhereInput.getTypeIn()
Get typeIn
|
List<ClusterType> |
ClusterWhereInput.getTypeNotIn()
Get typeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterWhereInput |
ClusterWhereInput.addTypeInItem(ClusterType typeInItem) |
ClusterWhereInput |
ClusterWhereInput.addTypeNotInItem(ClusterType typeNotInItem) |
VmMetaData |
VmMetaData.clusterType(ClusterType clusterType) |
void |
VmMetaData.setClusterType(ClusterType clusterType) |
void |
ClusterWhereInput.setType(ClusterType type) |
void |
Cluster.setType(ClusterType type) |
void |
ClusterStorageInfo.setType(ClusterType type) |
void |
ClusterWhereInput.setTypeNot(ClusterType typeNot) |
ClusterWhereInput |
ClusterWhereInput.type(ClusterType type) |
Cluster |
Cluster.type(ClusterType type) |
ClusterStorageInfo |
ClusterStorageInfo.type(ClusterType type) |
ClusterWhereInput |
ClusterWhereInput.typeNot(ClusterType typeNot) |
void |
ClusterType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ClusterType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClusterWhereInput.setTypeIn(List<ClusterType> typeIn) |
void |
ClusterWhereInput.setTypeNotIn(List<ClusterType> typeNotIn) |
ClusterWhereInput |
ClusterWhereInput.typeIn(List<ClusterType> typeIn) |
ClusterWhereInput |
ClusterWhereInput.typeNotIn(List<ClusterType> typeNotIn) |
Copyright © 2025. All rights reserved.