| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackupRestorePointType |
BackupRestorePointType.fromValue(String value) |
BackupRestorePointType |
BackupRestorePointWhereInput.getType()
Get type
|
BackupRestorePointType |
BackupRestorePoint.getType()
Get type
|
BackupRestorePointType |
BackupRestorePointWhereInput.getTypeNot()
Get typeNot
|
BackupRestorePointType |
BackupRestorePointType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BackupRestorePointType |
BackupRestorePointType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BackupRestorePointType[] |
BackupRestorePointType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<BackupRestorePointType> |
BackupRestorePointWhereInput.getTypeIn()
Get typeIn
|
List<BackupRestorePointType> |
BackupRestorePointWhereInput.getTypeNotIn()
Get typeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.addTypeInItem(BackupRestorePointType typeInItem) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.addTypeNotInItem(BackupRestorePointType typeNotInItem) |
void |
BackupRestorePointWhereInput.setType(BackupRestorePointType type) |
void |
BackupRestorePoint.setType(BackupRestorePointType type) |
void |
BackupRestorePointWhereInput.setTypeNot(BackupRestorePointType typeNot) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.type(BackupRestorePointType type) |
BackupRestorePoint |
BackupRestorePoint.type(BackupRestorePointType type) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.typeNot(BackupRestorePointType typeNot) |
void |
BackupRestorePointType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BackupRestorePointType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BackupRestorePointWhereInput.setTypeIn(List<BackupRestorePointType> typeIn) |
void |
BackupRestorePointWhereInput.setTypeNotIn(List<BackupRestorePointType> typeNotIn) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.typeIn(List<BackupRestorePointType> typeIn) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.typeNotIn(List<BackupRestorePointType> typeNotIn) |
Copyright © 2025. All rights reserved.