| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackupExecutionMethod |
BackupExecutionMethod.fromValue(String value) |
BackupExecutionMethod |
BackupPlanExecution.getMethod()
Get method
|
BackupExecutionMethod |
BackupPlanExecutionWhereInput.getMethod()
Get method
|
BackupExecutionMethod |
BackupPlanExecutionWhereInput.getMethodNot()
Get methodNot
|
BackupExecutionMethod |
BackupExecutionMethod.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BackupExecutionMethod |
BackupExecutionMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BackupExecutionMethod[] |
BackupExecutionMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<BackupExecutionMethod> |
BackupPlanExecutionWhereInput.getMethodIn()
Get methodIn
|
List<BackupExecutionMethod> |
BackupPlanExecutionWhereInput.getMethodNotIn()
Get methodNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.addMethodInItem(BackupExecutionMethod methodInItem) |
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.addMethodNotInItem(BackupExecutionMethod methodNotInItem) |
BackupPlanExecution |
BackupPlanExecution.method(BackupExecutionMethod method) |
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.method(BackupExecutionMethod method) |
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.methodNot(BackupExecutionMethod methodNot) |
void |
BackupPlanExecution.setMethod(BackupExecutionMethod method) |
void |
BackupPlanExecutionWhereInput.setMethod(BackupExecutionMethod method) |
void |
BackupPlanExecutionWhereInput.setMethodNot(BackupExecutionMethod methodNot) |
void |
BackupExecutionMethod.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BackupExecutionMethod enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.methodIn(List<BackupExecutionMethod> methodIn) |
BackupPlanExecutionWhereInput |
BackupPlanExecutionWhereInput.methodNotIn(List<BackupExecutionMethod> methodNotIn) |
void |
BackupPlanExecutionWhereInput.setMethodIn(List<BackupExecutionMethod> methodIn) |
void |
BackupPlanExecutionWhereInput.setMethodNotIn(List<BackupExecutionMethod> methodNotIn) |
Copyright © 2025. All rights reserved.