| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConnectState |
ConnectState.fromValue(String value) |
ConnectState |
ClusterWhereInput.getConnectState()
Get connectState
|
ConnectState |
Cluster.getConnectState()
Get connectState
|
ConnectState |
ClusterWhereInput.getConnectStateNot()
Get connectStateNot
|
ConnectState |
ConnectState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ConnectState |
ConnectState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConnectState[] |
ConnectState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConnectState> |
ClusterWhereInput.getConnectStateIn()
Get connectStateIn
|
List<ConnectState> |
ClusterWhereInput.getConnectStateNotIn()
Get connectStateNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterWhereInput |
ClusterWhereInput.addConnectStateInItem(ConnectState connectStateInItem) |
ClusterWhereInput |
ClusterWhereInput.addConnectStateNotInItem(ConnectState connectStateNotInItem) |
ClusterWhereInput |
ClusterWhereInput.connectState(ConnectState connectState) |
Cluster |
Cluster.connectState(ConnectState connectState) |
ClusterWhereInput |
ClusterWhereInput.connectStateNot(ConnectState connectStateNot) |
void |
ClusterWhereInput.setConnectState(ConnectState connectState) |
void |
Cluster.setConnectState(ConnectState connectState) |
void |
ClusterWhereInput.setConnectStateNot(ConnectState connectStateNot) |
void |
ConnectState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ConnectState enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterWhereInput |
ClusterWhereInput.connectStateIn(List<ConnectState> connectStateIn) |
ClusterWhereInput |
ClusterWhereInput.connectStateNotIn(List<ConnectState> connectStateNotIn) |
void |
ClusterWhereInput.setConnectStateIn(List<ConnectState> connectStateIn) |
void |
ClusterWhereInput.setConnectStateNotIn(List<ConnectState> connectStateNotIn) |
Copyright © 2025. All rights reserved.