| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackupPlanPhase |
BackupPlanPhase.fromValue(String value) |
BackupPlanPhase |
BackupPlanWhereInput.getPhase()
Get phase
|
BackupPlanPhase |
BackupPlan.getPhase()
Get phase
|
BackupPlanPhase |
BackupPlanWhereInput.getPhaseNot()
Get phaseNot
|
BackupPlanPhase |
BackupPlanPhase.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BackupPlanPhase |
BackupPlanPhase.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BackupPlanPhase[] |
BackupPlanPhase.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<BackupPlanPhase> |
BackupPlanWhereInput.getPhaseIn()
Get phaseIn
|
List<BackupPlanPhase> |
BackupPlanWhereInput.getPhaseNotIn()
Get phaseNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
BackupPlanWhereInput |
BackupPlanWhereInput.addPhaseInItem(BackupPlanPhase phaseInItem) |
BackupPlanWhereInput |
BackupPlanWhereInput.addPhaseNotInItem(BackupPlanPhase phaseNotInItem) |
BackupPlanWhereInput |
BackupPlanWhereInput.phase(BackupPlanPhase phase) |
BackupPlan |
BackupPlan.phase(BackupPlanPhase phase) |
BackupPlanWhereInput |
BackupPlanWhereInput.phaseNot(BackupPlanPhase phaseNot) |
void |
BackupPlanWhereInput.setPhase(BackupPlanPhase phase) |
void |
BackupPlan.setPhase(BackupPlanPhase phase) |
void |
BackupPlanWhereInput.setPhaseNot(BackupPlanPhase phaseNot) |
void |
BackupPlanPhase.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BackupPlanPhase enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
BackupPlanWhereInput |
BackupPlanWhereInput.phaseIn(List<BackupPlanPhase> phaseIn) |
BackupPlanWhereInput |
BackupPlanWhereInput.phaseNotIn(List<BackupPlanPhase> phaseNotIn) |
void |
BackupPlanWhereInput.setPhaseIn(List<BackupPlanPhase> phaseIn) |
void |
BackupPlanWhereInput.setPhaseNotIn(List<BackupPlanPhase> phaseNotIn) |
Copyright © 2025. All rights reserved.