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 { 
 | 
     @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 
 | 
        private String ipAddress;//172.6.64.7 
 | 
        private String ipv6Address;//null 
 | 
        private Integer portNo;//private;//   80, 
 | 
        private String protocol;//HTTP 
 | 
        private String macAddress;//01:17:24:45:D9:F4 
 | 
        private Integer channelID;//private ;//String : 1, 
 | 
        private Integer activePostCount;//private String : 1, 
 | 
        private String eventType;//HPVehicleStatus 
 | 
        private String eventState;//active 
 | 
        private String eventDescription;//handingPlatform vehicle status 
 | 
        private String channelName;//ABC 
 | 
        private String deviceID;//test0123 
 | 
        private String eventId;//205F7A23-BF3F-C346-A02E-08DAF55EEA15 
 | 
  
 | 
} 
 |