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

import com.google.gson.annotations.SerializedName;
import java.util.List;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    @SerializedName("src_version")
    private final List<String> f2582d;

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

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

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

    public final List<String> d() {
        return this.f2582d;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return f.z.d.k.a(this.a, jVar.a) && f.z.d.k.a(this.f2580b, jVar.f2580b) && f.z.d.k.a(this.f2581c, jVar.f2581c) && f.z.d.k.a(this.f2582d, jVar.f2582d);
    }

    public int hashCode() {
        return (((((this.a.hashCode() * 31) + this.f2580b.hashCode()) * 31) + this.f2581c.hashCode()) * 31) + this.f2582d.hashCode();
    }

    public String toString() {
        return "TouchV2(model=" + this.a + ", dstVersion=" + this.f2580b + ", dstPath=" + this.f2581c + ", srcVersions=" + this.f2582d + ')';
    }
}
