| Package | Description |
|---|---|
| com.coscale.sdk.client.metrics |
| Modifier and Type | Field and Description |
|---|---|
DataType |
Metric.dataType |
DataType |
MetricInsert.dataType |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Metric(Long id,
String unit,
DataType dataType,
String source,
SubjectType subject,
String description,
String name,
State state,
Integer period,
Long version) |
MetricInsert(String name,
String description,
DataType dataType,
SubjectType subject,
String unit,
Integer period) |
Copyright © 2016. All rights reserved.