public class QuerySingleShadowResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
QuerySingleShadowResponse() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getData() |
com.fasterxml.jackson.databind.JsonNode |
getLastUpdatedTime() |
String |
getVehicleId() |
void |
setData(com.fasterxml.jackson.databind.JsonNode data) |
void |
setLastUpdatedTime(com.fasterxml.jackson.databind.JsonNode lastUpdatedTime) |
void |
setVehicleId(String vehicleId) |
getMetadatapublic String getVehicleId()
public void setVehicleId(String vehicleId)
public com.fasterxml.jackson.databind.JsonNode getData()
public void setData(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode getLastUpdatedTime()
public void setLastUpdatedTime(com.fasterxml.jackson.databind.JsonNode lastUpdatedTime)
Copyright © 2024. All rights reserved.