|  |  |  | 
|---|
|  |  |  | package com.doumee.core.haikang.model.param.request.event.parks; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonProperty; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class EventPlatformCarsDataRequest { | 
|---|
|  |  |  | private List<EventPlatformCarsStatusInfoRequest> HPVehicleStatus;// | 
|---|
|  |  |  | private List<EventPlatformAttrInfoRequest> targetAttrs;// | 
|---|
|  |  |  | @JSONField(name="HPVehicleStatus") | 
|---|
|  |  |  | @JsonProperty(value = "HPVehicleStatus") | 
|---|
|  |  |  | private  EventPlatformCarsStatusInfoRequest  hPVehicleStatus;// | 
|---|
|  |  |  | private  EventPlatformAttrInfoRequest targetAttrs;// | 
|---|
|  |  |  | private String dataType;//HPVehicleStatus | 
|---|
|  |  |  | private String sendTime;//2017-04-22T15:39:01.000+08:00 | 
|---|
|  |  |  | private String dateTime;//2004-05-03T17:30:08.000+08:00 | 
|---|