public static class QueryDeviceHistoryResponse.IvcTsdbDataNode extends Object
| Constructor and Description |
|---|
IvcTsdbDataNode() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getData() |
long |
getTimestamp() |
String |
getVehicleId() |
void |
setData(com.fasterxml.jackson.databind.JsonNode data) |
void |
setTimestamp(long timestamp) |
void |
setVehicleId(String vehicleId) |
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getVehicleId()
public void setVehicleId(String vehicleId)
public com.fasterxml.jackson.databind.JsonNode getData()
public void setData(com.fasterxml.jackson.databind.JsonNode data)
Copyright © 2024. All rights reserved.