package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.cSa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public class C6418cSa { @SerializedName("applicationId") private String a; @SerializedName("upload") private List e; public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C6418cSa)) { return false; } C6418cSa c6418cSa = (C6418cSa) obj; String str = this.a; if (str == null ? c6418cSa.a == null : str.equals(c6418cSa.a)) { List list = this.e; if (list != null) { if (list.equals(c6418cSa.e)) { return true; } } else if (c6418cSa.e == null) { return true; } } return false; } public int hashCode() { String str = this.a; int hashCode = str != null ? str.hashCode() : 0; List list = this.e; return (hashCode * 31) + (list != null ? list.hashCode() : 0); } }