public class HBData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTOR_ID_KEY |
static String |
COLLECTOR_VERSION_KEY |
static String |
DATA_KEY |
static String |
SCHEMA_VERSION |
static String |
SCHEMA_VERSION_KEY |
static String |
SYSTEM_ID_KEY |
static String |
TIMESTAMP_KEY |
| Constructor and Description |
|---|
HBData(String systemId,
String collectorId,
String collectorVersion,
Date timestamp) |
HBData(String systemId,
String collectorId,
String collectorVersion,
Date timestamp,
Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectorId() |
String |
getCollectorVersion() |
Map<String,Object> |
getData() |
String |
getSchemaVersion() |
String |
getSystemId() |
Date |
getTimestamp() |
void |
setCollectorId(String collectorId) |
void |
setCollectorVersion(String collectorVersion) |
void |
setData(Map<String,Object> data) |
void |
setSchemaVersion(String schemaVersion) |
void |
setSystemId(String systemId) |
void |
setTimestamp(Date timestamp) |
public static final String SCHEMA_VERSION
public static final String SCHEMA_VERSION_KEY
public static final String SYSTEM_ID_KEY
public static final String COLLECTOR_ID_KEY
public static final String COLLECTOR_VERSION_KEY
public static final String TIMESTAMP_KEY
public static final String DATA_KEY
public String getSchemaVersion()
public void setSchemaVersion(String schemaVersion)
public String getSystemId()
public void setSystemId(String systemId)
public String getCollectorId()
public void setCollectorId(String collectorId)
public String getCollectorVersion()
public void setCollectorVersion(String collectorVersion)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
Copyright © 2018. All rights reserved.