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