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