what-the-bank/sources/o/tqh.java

102 lines
3.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class tqh {
@SerializedName("tilesVersion")
public String a;
@SerializedName("productCode")
private final String b;
@SerializedName("loanAmount")
private final String c;
@SerializedName("applicationId")
private final String d;
@SerializedName("duration")
private final String e;
@SerializedName("productSubCode")
private final String f;
@SerializedName("productType")
private final String g;
@SerializedName("sourceCode")
private final String j;
public tqh(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.g = str;
this.b = str2;
this.f = str3;
this.j = str4;
this.d = str5;
this.c = str6;
this.e = str7;
this.a = null;
}
public final String toString() {
String str = this.g;
String str2 = this.b;
String str3 = this.f;
String str4 = this.j;
String str5 = this.d;
String str6 = this.c;
String str7 = this.e;
String str8 = this.a;
StringBuilder sb = new StringBuilder("EasycashLoanInfoRequest(productType=");
sb.append(str);
sb.append(", productCode=");
sb.append(str2);
sb.append(", productSubCode=");
sb.append(str3);
sb.append(", sourceCode=");
sb.append(str4);
sb.append(", applicationId=");
sb.append(str5);
sb.append(", loanAmount=");
sb.append(str6);
sb.append(", duration=");
sb.append(str7);
sb.append(", tilesVersion=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.g.hashCode();
int hashCode2 = this.b.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.j.hashCode();
int hashCode5 = this.d.hashCode();
int hashCode6 = this.c.hashCode();
int hashCode7 = this.e.hashCode();
String str = this.a;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof tqh)) {
return false;
}
tqh tqhVar = (tqh) obj;
return C14957gcv.b((Object) this.g, (Object) tqhVar.g) && C14957gcv.b((Object) this.b, (Object) tqhVar.b) && C14957gcv.b((Object) this.f, (Object) tqhVar.f) && C14957gcv.b((Object) this.j, (Object) tqhVar.j) && C14957gcv.b((Object) this.d, (Object) tqhVar.d) && C14957gcv.b((Object) this.c, (Object) tqhVar.c) && C14957gcv.b((Object) this.e, (Object) tqhVar.e) && C14957gcv.b((Object) this.a, (Object) tqhVar.a);
}
}