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