| Package | Description |
|---|---|
| com.coscale.sdk.client.events | |
| com.coscale.sdk.client.metrics | |
| com.coscale.sdk.client.servers |
| Modifier and Type | Field and Description |
|---|---|
State |
Event.state |
| Constructor and Description |
|---|
Event(Long id,
String icon,
String source,
String description,
String name,
Integer eventDataCount,
State state,
String type,
String attributeDescriptions,
Long version) |
Event(State state) |
| Modifier and Type | Field and Description |
|---|---|
State |
Metric.state |
State |
MetricGroup.state |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.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) |
MetricGroup(State state) |
| Modifier and Type | Field and Description |
|---|---|
State |
Server.state |
| Constructor and Description |
|---|
Server(Long id,
String source,
List<Metric> metrics,
String description,
String name,
State state,
List<Server> children,
String type,
Long version) |
Server(State state) |
Copyright © 2016. All rights reserved.