package com.seewo.ota.v.s.t;

import com.google.gson.annotations.SerializedName;

/* JADX INFO: compiled from: TouchModel.kt */
/* JADX INFO: loaded from: classes.dex */
public final class g {

    @SerializedName("model")
    private final String a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    @SerializedName("src_version")
    private final String f2576b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    @SerializedName("dst_version")
    private final String f2577c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    @SerializedName("dst_path")
    private final String f2578d;

    public g(String str, String str2, String str3, String str4) {
        f.z.d.k.e(str, "model");
        f.z.d.k.e(str2, "srcVersion");
        f.z.d.k.e(str3, "dstVersion");
        f.z.d.k.e(str4, "dstPath");
        this.a = str;
        this.f2576b = str2;
        this.f2577c = str3;
        this.f2578d = str4;
    }

    public final String a() {
        return this.f2578d;
    }

    public final String b() {
        return this.f2577c;
    }

    public final String c() {
        return this.a;
    }

    public final String d() {
        return this.f2576b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof g)) {
            return false;
        }
        g gVar = (g) obj;
        return f.z.d.k.a(this.a, gVar.a) && f.z.d.k.a(this.f2576b, gVar.f2576b) && f.z.d.k.a(this.f2577c, gVar.f2577c) && f.z.d.k.a(this.f2578d, gVar.f2578d);
    }

    public int hashCode() {
        return (((((this.a.hashCode() * 31) + this.f2576b.hashCode()) * 31) + this.f2577c.hashCode()) * 31) + this.f2578d.hashCode();
    }

    public String toString() {
        return "Touch(model=" + this.a + ", srcVersion=" + this.f2576b + ", dstVersion=" + this.f2577c + ", dstPath=" + this.f2578d + ')';
    }
}
