| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogCollectionStatus |
LogCollectionStatus.fromValue(String value) |
LogCollectionStatus |
LogCollectionWhereInput.getStatus()
Get status
|
LogCollectionStatus |
LogCollection.getStatus()
Get status
|
LogCollectionStatus |
LogCollectionWhereInput.getStatusNot()
Get statusNot
|
LogCollectionStatus |
LogCollectionStatus.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LogCollectionStatus |
LogCollectionStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LogCollectionStatus[] |
LogCollectionStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<LogCollectionStatus> |
LogCollectionWhereInput.getStatusIn()
Get statusIn
|
List<LogCollectionStatus> |
LogCollectionWhereInput.getStatusNotIn()
Get statusNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
LogCollectionWhereInput |
LogCollectionWhereInput.addStatusInItem(LogCollectionStatus statusInItem) |
LogCollectionWhereInput |
LogCollectionWhereInput.addStatusNotInItem(LogCollectionStatus statusNotInItem) |
void |
LogCollectionWhereInput.setStatus(LogCollectionStatus status) |
void |
LogCollection.setStatus(LogCollectionStatus status) |
void |
LogCollectionWhereInput.setStatusNot(LogCollectionStatus statusNot) |
LogCollectionWhereInput |
LogCollectionWhereInput.status(LogCollectionStatus status) |
LogCollection |
LogCollection.status(LogCollectionStatus status) |
LogCollectionWhereInput |
LogCollectionWhereInput.statusNot(LogCollectionStatus statusNot) |
void |
LogCollectionStatus.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LogCollectionStatus enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogCollectionWhereInput.setStatusIn(List<LogCollectionStatus> statusIn) |
void |
LogCollectionWhereInput.setStatusNotIn(List<LogCollectionStatus> statusNotIn) |
LogCollectionWhereInput |
LogCollectionWhereInput.statusIn(List<LogCollectionStatus> statusIn) |
LogCollectionWhereInput |
LogCollectionWhereInput.statusNotIn(List<LogCollectionStatus> statusNotIn) |
Copyright © 2025. All rights reserved.