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

76 lines
2.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.bouncycastle.i18n.MessageBundle;
/* loaded from: classes3.dex */
public final class qpF {
@SerializedName("iconKey")
public final Integer a;
@SerializedName("indexNumber")
public final Integer b;
@SerializedName("activeFlag")
public final String c;
@SerializedName("description")
public final String d;
@SerializedName("bodySequence")
public final Integer e;
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String h;
public final String toString() {
Integer num = this.e;
String str = this.h;
String str2 = this.d;
String str3 = this.c;
Integer num2 = this.b;
Integer num3 = this.a;
StringBuilder sb = new StringBuilder("EasycashLoanInfoItemBodyEntity(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.e;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.h;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
Integer num2 = this.b;
int hashCode5 = num2 == null ? 0 : num2.hashCode();
Integer num3 = this.a;
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 qpF)) {
return false;
}
qpF qpf = (qpF) obj;
return C14957gcv.b(this.e, qpf.e) && C14957gcv.b((Object) this.h, (Object) qpf.h) && C14957gcv.b((Object) this.d, (Object) qpf.d) && C14957gcv.b((Object) this.c, (Object) qpf.c) && C14957gcv.b(this.b, qpf.b) && C14957gcv.b(this.a, qpf.a);
}
}