package com.cvte.vman.entity;

/* JADX INFO: loaded from: classes.dex */
public class EntityDeviceAbnormalEvent {
    public String date;
    public String detail;
    public String location;
    public String msg;
    public String tag;

    public EntityDeviceAbnormalEvent(String str, String str2, String str3, String str4, String str5) {
        this.tag = str;
        this.msg = str2;
        this.location = str3;
        this.date = str4;
        this.detail = str5;
    }
}
