| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.data |
| Modifier and Type | Field and Description |
|---|---|
protected Data.Type |
Data.type |
| Modifier and Type | Method and Description |
|---|---|
Data.Type |
Data.getType() |
static Data.Type |
Data.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Data.Type[] |
Data.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Data.setType(Data.Type type) |
| Constructor and Description |
|---|
Data(String id,
long timestamp,
Object value,
Data.Type type) |
Data(String id,
long timestamp,
Object value,
Data.Type type,
Map<String,String> context) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.