package com.objecteye.pojo; import org.springframework.stereotype.Component; @Component public class RabbitMQVehicle1 { private String id; //车辆id private int count;//在档案中的位置 private int deviceid; //设备id private String equipmentName; private String longitude; private String latitude; private String picurl; //图片的路径 private int recordid; //车辆档案id private Long pictime; //抓拍时间 private int flag; //是否报警 private int tag; //是否确认 private String personid; //人像id private int[] vehicleplaterect; //车牌位置 private double vehicleplatedetectscore; //车牌检测分数 private int vehicleplatetype; //车牌类型 private double vehicle_plate_numScore; private double vehicle_color_score; private int vehicle_color_index; private double vehicle_detect_score; private int[] vehicle_detect_syRectParam; private double vehicle_win_score; private int[] vehicle_win_syRectParam; private int vehicle_special_type; private double vehicle_special_score; private double vehicle_illegal_driver_smoke_confidence; private int vehicle_illegal_driver_smoke_status; private double vehicle_illegal_driver_belt_confidence; private int vehicle_illegal_driver_belt_status; private double vehicle_illegal_driver_phone_confidence; private int vehicle_illegal_driver_phone_status; private double vehicle_illegal_driver_person_confidence; private int vehicle_illegal_driver_person_status; private double vehicle_illegal_copilot_smoke_confidence; private int vehicle_illegal_copilot_smoke_status; private double vehicle_illegal_copilot_belt_confidence; private int vehicle_illegal_copilot_belt_status; private double vehicle_illegal_copilot_phone_confidence; private int vehicle_illegal_copilot_phone_status; private double vehicle_illegal_copilot_person_confidence; private int vehicle_illegal_copilot_person_status; private String vehicle_recg_issue_year; private String vehicle_recg_brand; private String vehicle_recg_type; private String vehicle_recg_subbrand; private String vehicle_recg_freight_ton; //吨数 private double vehicle_recg_name_score; private int vehicle_pendant_count; private double[] vehicle_fea_feature; private PendantParams[] vehicle_pendant_Params; private PlatePlateNumParams[] vehicle_plate_plateNumParams; private String vehicle_plate_hphm; public RabbitMQVehicle1() {} public RabbitMQVehicle1(String id, int count, int deviceid, String equipmentName, String longitude, String latitude, String picurl, int recordid, Long pictime, int flag, int tag, String personid, int[] vehicleplaterect, double vehicleplatedetectscore, int vehicleplatetype, double vehicle_plate_numScore, double vehicle_color_score, int vehicle_color_index, double vehicle_detect_score, int[] vehicle_detect_syRectParam, double vehicle_win_score, int[] vehicle_win_syRectParam, int vehicle_special_type, double vehicle_special_score, double vehicle_illegal_driver_smoke_confidence, int vehicle_illegal_driver_smoke_status, double vehicle_illegal_driver_belt_confidence, int vehicle_illegal_driver_belt_status, double vehicle_illegal_driver_phone_confidence, int vehicle_illegal_driver_phone_status, double vehicle_illegal_driver_person_confidence, int vehicle_illegal_driver_person_status, double vehicle_illegal_copilot_smoke_confidence, int vehicle_illegal_copilot_smoke_status, double vehicle_illegal_copilot_belt_confidence, int vehicle_illegal_copilot_belt_status, double vehicle_illegal_copilot_phone_confidence, int vehicle_illegal_copilot_phone_status, double vehicle_illegal_copilot_person_confidence, int vehicle_illegal_copilot_person_status, String vehicle_recg_issue_year, String vehicle_recg_brand, String vehicle_recg_type, String vehicle_recg_subbrand, String vehicle_recg_freight_ton, double vehicle_recg_name_score, int vehicle_pendant_count, double[] vehicle_fea_feature, PendantParams[] vehicle_pendant_Params, PlatePlateNumParams[] vehicle_plate_plateNumParams, String vehicle_plate_hphm) { this.id = id; this.count = count; this.deviceid = deviceid; this.equipmentName = equipmentName; this.longitude = longitude; this.latitude = latitude; this.picurl = picurl; this.recordid = recordid; this.pictime = pictime; this.flag = flag; this.tag = tag; this.personid = personid; this.vehicleplaterect = vehicleplaterect; this.vehicleplatedetectscore = vehicleplatedetectscore; this.vehicleplatetype = vehicleplatetype; this.vehicle_plate_numScore = vehicle_plate_numScore; this.vehicle_color_score = vehicle_color_score; this.vehicle_color_index = vehicle_color_index; this.vehicle_detect_score = vehicle_detect_score; this.vehicle_detect_syRectParam = vehicle_detect_syRectParam; this.vehicle_win_score = vehicle_win_score; this.vehicle_win_syRectParam = vehicle_win_syRectParam; this.vehicle_special_type = vehicle_special_type; this.vehicle_special_score = vehicle_special_score; this.vehicle_illegal_driver_smoke_confidence = vehicle_illegal_driver_smoke_confidence; this.vehicle_illegal_driver_smoke_status = vehicle_illegal_driver_smoke_status; this.vehicle_illegal_driver_belt_confidence = vehicle_illegal_driver_belt_confidence; this.vehicle_illegal_driver_belt_status = vehicle_illegal_driver_belt_status; this.vehicle_illegal_driver_phone_confidence = vehicle_illegal_driver_phone_confidence; this.vehicle_illegal_driver_phone_status = vehicle_illegal_driver_phone_status; this.vehicle_illegal_driver_person_confidence = vehicle_illegal_driver_person_confidence; this.vehicle_illegal_driver_person_status = vehicle_illegal_driver_person_status; this.vehicle_illegal_copilot_smoke_confidence = vehicle_illegal_copilot_smoke_confidence; this.vehicle_illegal_copilot_smoke_status = vehicle_illegal_copilot_smoke_status; this.vehicle_illegal_copilot_belt_confidence = vehicle_illegal_copilot_belt_confidence; this.vehicle_illegal_copilot_belt_status = vehicle_illegal_copilot_belt_status; this.vehicle_illegal_copilot_phone_confidence = vehicle_illegal_copilot_phone_confidence; this.vehicle_illegal_copilot_phone_status = vehicle_illegal_copilot_phone_status; this.vehicle_illegal_copilot_person_confidence = vehicle_illegal_copilot_person_confidence; this.vehicle_illegal_copilot_person_status = vehicle_illegal_copilot_person_status; this.vehicle_recg_issue_year = vehicle_recg_issue_year; this.vehicle_recg_brand = vehicle_recg_brand; this.vehicle_recg_type = vehicle_recg_type; this.vehicle_recg_subbrand = vehicle_recg_subbrand; this.vehicle_recg_freight_ton = vehicle_recg_freight_ton; this.vehicle_recg_name_score = vehicle_recg_name_score; this.vehicle_pendant_count = vehicle_pendant_count; this.vehicle_fea_feature = vehicle_fea_feature; this.vehicle_pendant_Params = vehicle_pendant_Params; this.vehicle_plate_plateNumParams = vehicle_plate_plateNumParams; this.vehicle_plate_hphm = vehicle_plate_hphm; } public String getId() { return id; } public void setId(String id) { this.id = id; } public int getCount() { return count; } public void setCount(int count) { this.count = count; } public int getDeviceid() { return deviceid; } public void setDeviceid(int deviceid) { this.deviceid = deviceid; } public String getEquipmentName() { return equipmentName; } public void setEquipmentName(String equipmentName) { this.equipmentName = equipmentName; } public String getLongitude() { return longitude; } public void setLongitude(String longitude) { this.longitude = longitude; } public String getLatitude() { return latitude; } public void setLatitude(String latitude) { this.latitude = latitude; } public String getPicurl() { return picurl; } public void setPicurl(String picurl) { this.picurl = picurl; } public int getRecordid() { return recordid; } public void setRecordid(int recordid) { this.recordid = recordid; } public Long getPictime() { return pictime; } public void setPictime(Long pictime) { this.pictime = pictime; } public int getFlag() { return flag; } public void setFlag(int flag) { this.flag = flag; } public int getTag() { return tag; } public void setTag(int tag) { this.tag = tag; } public String getPersonid() { return personid; } public void setPersonid(String personid) { this.personid = personid; } public int[] getVehicleplaterect() { return vehicleplaterect; } public void setVehicleplaterect(int[] vehicleplaterect) { this.vehicleplaterect = vehicleplaterect; } public double getVehicleplatedetectscore() { return vehicleplatedetectscore; } public void setVehicleplatedetectscore(double vehicleplatedetectscore) { this.vehicleplatedetectscore = vehicleplatedetectscore; } public int getVehicleplatetype() { return vehicleplatetype; } public void setVehicleplatetype(int vehicleplatetype) { this.vehicleplatetype = vehicleplatetype; } public double getVehicle_plate_numScore() { return vehicle_plate_numScore; } public void setVehicle_plate_numScore(double vehicle_plate_numScore) { this.vehicle_plate_numScore = vehicle_plate_numScore; } public double getVehicle_color_score() { return vehicle_color_score; } public void setVehicle_color_score(double vehicle_color_score) { this.vehicle_color_score = vehicle_color_score; } public int getVehicle_color_index() { return vehicle_color_index; } public void setVehicle_color_index(int vehicle_color_index) { this.vehicle_color_index = vehicle_color_index; } public double getVehicle_detect_score() { return vehicle_detect_score; } public void setVehicle_detect_score(double vehicle_detect_score) { this.vehicle_detect_score = vehicle_detect_score; } public int[] getVehicle_detect_syRectParam() { return vehicle_detect_syRectParam; } public void setVehicle_detect_syRectParam(int[] vehicle_detect_syRectParam) { this.vehicle_detect_syRectParam = vehicle_detect_syRectParam; } public double getVehicle_win_score() { return vehicle_win_score; } public void setVehicle_win_score(double vehicle_win_score) { this.vehicle_win_score = vehicle_win_score; } public int[] getVehicle_win_syRectParam() { return vehicle_win_syRectParam; } public void setVehicle_win_syRectParam(int[] vehicle_win_syRectParam) { this.vehicle_win_syRectParam = vehicle_win_syRectParam; } public int getVehicle_special_type() { return vehicle_special_type; } public void setVehicle_special_type(int vehicle_special_type) { this.vehicle_special_type = vehicle_special_type; } public double getVehicle_special_score() { return vehicle_special_score; } public void setVehicle_special_score(double vehicle_special_score) { this.vehicle_special_score = vehicle_special_score; } public double getVehicle_illegal_driver_smoke_confidence() { return vehicle_illegal_driver_smoke_confidence; } public void setVehicle_illegal_driver_smoke_confidence(double vehicle_illegal_driver_smoke_confidence) { this.vehicle_illegal_driver_smoke_confidence = vehicle_illegal_driver_smoke_confidence; } public int getVehicle_illegal_driver_smoke_status() { return vehicle_illegal_driver_smoke_status; } public void setVehicle_illegal_driver_smoke_status(int vehicle_illegal_driver_smoke_status) { this.vehicle_illegal_driver_smoke_status = vehicle_illegal_driver_smoke_status; } public double getVehicle_illegal_driver_belt_confidence() { return vehicle_illegal_driver_belt_confidence; } public void setVehicle_illegal_driver_belt_confidence(double vehicle_illegal_driver_belt_confidence) { this.vehicle_illegal_driver_belt_confidence = vehicle_illegal_driver_belt_confidence; } public int getVehicle_illegal_driver_belt_status() { return vehicle_illegal_driver_belt_status; } public void setVehicle_illegal_driver_belt_status(int vehicle_illegal_driver_belt_status) { this.vehicle_illegal_driver_belt_status = vehicle_illegal_driver_belt_status; } public double getVehicle_illegal_driver_phone_confidence() { return vehicle_illegal_driver_phone_confidence; } public void setVehicle_illegal_driver_phone_confidence(double vehicle_illegal_driver_phone_confidence) { this.vehicle_illegal_driver_phone_confidence = vehicle_illegal_driver_phone_confidence; } public int getVehicle_illegal_driver_phone_status() { return vehicle_illegal_driver_phone_status; } public void setVehicle_illegal_driver_phone_status(int vehicle_illegal_driver_phone_status) { this.vehicle_illegal_driver_phone_status = vehicle_illegal_driver_phone_status; } public double getVehicle_illegal_driver_person_confidence() { return vehicle_illegal_driver_person_confidence; } public void setVehicle_illegal_driver_person_confidence(double vehicle_illegal_driver_person_confidence) { this.vehicle_illegal_driver_person_confidence = vehicle_illegal_driver_person_confidence; } public int getVehicle_illegal_driver_person_status() { return vehicle_illegal_driver_person_status; } public void setVehicle_illegal_driver_person_status(int vehicle_illegal_driver_person_status) { this.vehicle_illegal_driver_person_status = vehicle_illegal_driver_person_status; } public double getVehicle_illegal_copilot_smoke_confidence() { return vehicle_illegal_copilot_smoke_confidence; } public void setVehicle_illegal_copilot_smoke_confidence(double vehicle_illegal_copilot_smoke_confidence) { this.vehicle_illegal_copilot_smoke_confidence = vehicle_illegal_copilot_smoke_confidence; } public int getVehicle_illegal_copilot_smoke_status() { return vehicle_illegal_copilot_smoke_status; } public void setVehicle_illegal_copilot_smoke_status(int vehicle_illegal_copilot_smoke_status) { this.vehicle_illegal_copilot_smoke_status = vehicle_illegal_copilot_smoke_status; } public double getVehicle_illegal_copilot_belt_confidence() { return vehicle_illegal_copilot_belt_confidence; } public void setVehicle_illegal_copilot_belt_confidence(double vehicle_illegal_copilot_belt_confidence) { this.vehicle_illegal_copilot_belt_confidence = vehicle_illegal_copilot_belt_confidence; } public int getVehicle_illegal_copilot_belt_status() { return vehicle_illegal_copilot_belt_status; } public void setVehicle_illegal_copilot_belt_status(int vehicle_illegal_copilot_belt_status) { this.vehicle_illegal_copilot_belt_status = vehicle_illegal_copilot_belt_status; } public double getVehicle_illegal_copilot_phone_confidence() { return vehicle_illegal_copilot_phone_confidence; } public void setVehicle_illegal_copilot_phone_confidence(double vehicle_illegal_copilot_phone_confidence) { this.vehicle_illegal_copilot_phone_confidence = vehicle_illegal_copilot_phone_confidence; } public int getVehicle_illegal_copilot_phone_status() { return vehicle_illegal_copilot_phone_status; } public void setVehicle_illegal_copilot_phone_status(int vehicle_illegal_copilot_phone_status) { this.vehicle_illegal_copilot_phone_status = vehicle_illegal_copilot_phone_status; } public double getVehicle_illegal_copilot_person_confidence() { return vehicle_illegal_copilot_person_confidence; } public void setVehicle_illegal_copilot_person_confidence(double vehicle_illegal_copilot_person_confidence) { this.vehicle_illegal_copilot_person_confidence = vehicle_illegal_copilot_person_confidence; } public int getVehicle_illegal_copilot_person_status() { return vehicle_illegal_copilot_person_status; } public void setVehicle_illegal_copilot_person_status(int vehicle_illegal_copilot_person_status) { this.vehicle_illegal_copilot_person_status = vehicle_illegal_copilot_person_status; } public String getVehicle_recg_issue_year() { return vehicle_recg_issue_year; } public void setVehicle_recg_issue_year(String vehicle_recg_issue_year) { this.vehicle_recg_issue_year = vehicle_recg_issue_year; } public String getVehicle_recg_brand() { return vehicle_recg_brand; } public void setVehicle_recg_brand(String vehicle_recg_brand) { this.vehicle_recg_brand = vehicle_recg_brand; } public String getVehicle_recg_type() { return vehicle_recg_type; } public void setVehicle_recg_type(String vehicle_recg_type) { this.vehicle_recg_type = vehicle_recg_type; } public String getVehicle_recg_subbrand() { return vehicle_recg_subbrand; } public void setVehicle_recg_subbrand(String vehicle_recg_subbrand) { this.vehicle_recg_subbrand = vehicle_recg_subbrand; } public String getVehicle_recg_freight_ton() { return vehicle_recg_freight_ton; } public void setVehicle_recg_freight_ton(String vehicle_recg_freight_ton) { this.vehicle_recg_freight_ton = vehicle_recg_freight_ton; } public double getVehicle_recg_name_score() { return vehicle_recg_name_score; } public void setVehicle_recg_name_score(double vehicle_recg_name_score) { this.vehicle_recg_name_score = vehicle_recg_name_score; } public int getVehicle_pendant_count() { return vehicle_pendant_count; } public void setVehicle_pendant_count(int vehicle_pendant_count) { this.vehicle_pendant_count = vehicle_pendant_count; } public double[] getVehicle_fea_feature() { return vehicle_fea_feature; } public void setVehicle_fea_feature(double[] vehicle_fea_feature) { this.vehicle_fea_feature = vehicle_fea_feature; } public PendantParams[] getVehicle_pendant_Params() { return vehicle_pendant_Params; } public void setVehicle_pendant_Params(PendantParams[] vehicle_pendant_Params) { this.vehicle_pendant_Params = vehicle_pendant_Params; } public PlatePlateNumParams[] getVehicle_plate_plateNumParams() { return vehicle_plate_plateNumParams; } public void setVehicle_plate_plateNumParams(PlatePlateNumParams[] vehicle_plate_plateNumParams) { this.vehicle_plate_plateNumParams = vehicle_plate_plateNumParams; } public String getVehicle_plate_hphm() { return vehicle_plate_hphm; } public void setVehicle_plate_hphm(String vehicle_plate_hphm) { this.vehicle_plate_hphm = vehicle_plate_hphm; } }