
public class GenericStat extends GenericValue
| Modifier and Type | Field and Description |
|---|---|
private String |
scannerId |
private long |
timestamp |
protected String |
topic |
key| Constructor and Description |
|---|
GenericStat() |
GenericStat(long timestamp) |
GenericStat(long timestamp,
String scannerId,
Key key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getScannerId() |
long |
getTimestamp() |
String |
getTopic() |
int |
hashCode() |
void |
setScannerId(String scannerId) |
void |
setTimestamp(long timestamp) |
getKey, setKeyprivate long timestamp
private String scannerId
protected String topic
Copyright © 2018. All rights reserved.