| Package | Description |
|---|---|
| com.coscale.sdk.client.metrics |
| Modifier and Type | Field and Description |
|---|---|
SubjectType |
Metric.subject |
SubjectType |
MetricInsert.subject |
SubjectType |
MetricGroup.subject |
SubjectType |
MetricGroupInsert.subject |
| Modifier and Type | Method and Description |
|---|---|
static SubjectType |
SubjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubjectType[] |
SubjectType.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) |
MetricGroup(Long id,
String source,
List<Metric> metrics,
SubjectType subject,
String description,
String name,
State state,
List<MetricGroup> metricgroups,
List<Long> metricIds,
String type,
Long version) |
MetricGroupInsert(String name,
String description,
String type,
SubjectType subject) |
MetricGroupInsert(String name,
String description,
String type,
SubjectType subject,
Long parentId) |
MetricInsert(String name,
String description,
DataType dataType,
SubjectType subject,
String unit,
Integer period) |
Copyright © 2016. All rights reserved.