| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReplicaVmState |
ReplicaVmState.fromValue(String value) |
ReplicaVmState |
ReplicaVmWhereInput.getState()
Get state
|
ReplicaVmState |
ReplicaVm.getState()
Get state
|
ReplicaVmState |
ReplicaVmWhereInput.getStateNot()
Get stateNot
|
ReplicaVmState |
ReplicaVmState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ReplicaVmState |
ReplicaVmState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ReplicaVmState[] |
ReplicaVmState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ReplicaVmState> |
ReplicaVmWhereInput.getStateIn()
Get stateIn
|
List<ReplicaVmState> |
ReplicaVmWhereInput.getStateNotIn()
Get stateNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicaVmWhereInput |
ReplicaVmWhereInput.addStateInItem(ReplicaVmState stateInItem) |
ReplicaVmWhereInput |
ReplicaVmWhereInput.addStateNotInItem(ReplicaVmState stateNotInItem) |
void |
ReplicaVmWhereInput.setState(ReplicaVmState state) |
void |
ReplicaVm.setState(ReplicaVmState state) |
void |
ReplicaVmWhereInput.setStateNot(ReplicaVmState stateNot) |
ReplicaVmWhereInput |
ReplicaVmWhereInput.state(ReplicaVmState state) |
ReplicaVm |
ReplicaVm.state(ReplicaVmState state) |
ReplicaVmWhereInput |
ReplicaVmWhereInput.stateNot(ReplicaVmState stateNot) |
void |
ReplicaVmState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ReplicaVmState enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReplicaVmWhereInput.setStateIn(List<ReplicaVmState> stateIn) |
void |
ReplicaVmWhereInput.setStateNotIn(List<ReplicaVmState> stateNotIn) |
ReplicaVmWhereInput |
ReplicaVmWhereInput.stateIn(List<ReplicaVmState> stateIn) |
ReplicaVmWhereInput |
ReplicaVmWhereInput.stateNotIn(List<ReplicaVmState> stateNotIn) |
Copyright © 2025. All rights reserved.