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