| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static MetricType |
MetricType.fromValue(String value) |
MetricType |
GraphUpdationParamsData.getMetricType()
Get metricType
|
MetricType |
GraphCreationParams.getMetricType()
Get metricType
|
MetricType |
Graph.getMetricType()
Get metricType
|
MetricType |
GraphWhereInput.getMetricType()
Get metricType
|
MetricType |
GraphWhereInput.getMetricTypeNot()
Get metricTypeNot
|
MetricType |
MetricType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MetricType |
MetricType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MetricType[] |
MetricType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<MetricType> |
GraphWhereInput.getMetricTypeIn()
Get metricTypeIn
|
List<MetricType> |
GraphWhereInput.getMetricTypeNotIn()
Get metricTypeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
GraphWhereInput |
GraphWhereInput.addMetricTypeInItem(MetricType metricTypeInItem) |
GraphWhereInput |
GraphWhereInput.addMetricTypeNotInItem(MetricType metricTypeNotInItem) |
GraphUpdationParamsData |
GraphUpdationParamsData.metricType(MetricType metricType) |
GraphCreationParams |
GraphCreationParams.metricType(MetricType metricType) |
Graph |
Graph.metricType(MetricType metricType) |
GraphWhereInput |
GraphWhereInput.metricType(MetricType metricType) |
GraphWhereInput |
GraphWhereInput.metricTypeNot(MetricType metricTypeNot) |
void |
GraphUpdationParamsData.setMetricType(MetricType metricType) |
void |
GraphCreationParams.setMetricType(MetricType metricType) |
void |
Graph.setMetricType(MetricType metricType) |
void |
GraphWhereInput.setMetricType(MetricType metricType) |
void |
GraphWhereInput.setMetricTypeNot(MetricType metricTypeNot) |
void |
MetricType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MetricType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphWhereInput |
GraphWhereInput.metricTypeIn(List<MetricType> metricTypeIn) |
GraphWhereInput |
GraphWhereInput.metricTypeNotIn(List<MetricType> metricTypeNotIn) |
void |
GraphWhereInput.setMetricTypeIn(List<MetricType> metricTypeIn) |
void |
GraphWhereInput.setMetricTypeNotIn(List<MetricType> metricTypeNotIn) |
Copyright © 2025. All rights reserved.