public class Signal extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
boolean |
overrideTags |
String |
source |
List<com.librato.metrics.client.Tag> |
tags |
| Constructor and Description |
|---|
Signal(String name) |
Signal(String name,
String source) |
Signal(String name,
String source,
List<com.librato.metrics.client.Tag> tags,
boolean overrideTags) |
| Modifier and Type | Method and Description |
|---|---|
static Signal |
decode(String data) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All Rights Reserved.