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