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

71 lines
2.4 KiB
Java

package o;
/* renamed from: o.ivf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15834ivf {
public final String a;
public final String b;
public final Integer c;
public final Integer d;
public final Integer e;
public final String f;
public C15834ivf(Integer num, String str, String str2, String str3, Integer num2, Integer num3) {
this.d = num;
this.f = str;
this.b = str2;
this.a = str3;
this.e = num2;
this.c = num3;
}
public final String toString() {
Integer num = this.d;
String str = this.f;
String str2 = this.b;
String str3 = this.a;
Integer num2 = this.e;
Integer num3 = this.c;
StringBuilder sb = new StringBuilder("EasycashLoanInfoItemBody(bodySequence=");
sb.append(num);
sb.append(", title=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", activeFlag=");
sb.append(str3);
sb.append(", indexNumber=");
sb.append(num2);
sb.append(", iconKey=");
sb.append(num3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.d;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.f;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
Integer num2 = this.e;
int hashCode5 = num2 == null ? 0 : num2.hashCode();
Integer num3 = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (num3 != null ? num3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15834ivf)) {
return false;
}
C15834ivf c15834ivf = (C15834ivf) obj;
return C14957gcv.b(this.d, c15834ivf.d) && C14957gcv.b((Object) this.f, (Object) c15834ivf.f) && C14957gcv.b((Object) this.b, (Object) c15834ivf.b) && C14957gcv.b((Object) this.a, (Object) c15834ivf.a) && C14957gcv.b(this.e, c15834ivf.e) && C14957gcv.b(this.c, c15834ivf.c);
}
}