| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static StoreTransportType |
StoreTransportType.fromValue(String value) |
StoreTransportType |
IscsiConnection.getTrType()
Get trType
|
StoreTransportType |
IscsiConnectionWhereInput.getTrType()
Get trType
|
StoreTransportType |
IscsiConnectionWhereInput.getTrTypeNot()
Get trTypeNot
|
StoreTransportType |
StoreTransportType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static StoreTransportType |
StoreTransportType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StoreTransportType[] |
StoreTransportType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<StoreTransportType> |
IscsiConnectionWhereInput.getTrTypeIn()
Get trTypeIn
|
List<StoreTransportType> |
IscsiConnectionWhereInput.getTrTypeNotIn()
Get trTypeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.addTrTypeInItem(StoreTransportType trTypeInItem) |
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.addTrTypeNotInItem(StoreTransportType trTypeNotInItem) |
void |
IscsiConnection.setTrType(StoreTransportType trType) |
void |
IscsiConnectionWhereInput.setTrType(StoreTransportType trType) |
void |
IscsiConnectionWhereInput.setTrTypeNot(StoreTransportType trTypeNot) |
IscsiConnection |
IscsiConnection.trType(StoreTransportType trType) |
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.trType(StoreTransportType trType) |
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.trTypeNot(StoreTransportType trTypeNot) |
void |
StoreTransportType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
StoreTransportType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IscsiConnectionWhereInput.setTrTypeIn(List<StoreTransportType> trTypeIn) |
void |
IscsiConnectionWhereInput.setTrTypeNotIn(List<StoreTransportType> trTypeNotIn) |
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.trTypeIn(List<StoreTransportType> trTypeIn) |
IscsiConnectionWhereInput |
IscsiConnectionWhereInput.trTypeNotIn(List<StoreTransportType> trTypeNotIn) |
Copyright © 2025. All rights reserved.