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

50 lines
1.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.oQn, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16442oQn {
@SerializedName("prodPackageId")
public final String a;
@SerializedName("accountNo")
public final String b;
@SerializedName("repaymentSelected")
public final Boolean e;
public final String toString() {
String str = this.b;
String str2 = this.a;
Boolean bool = this.e;
StringBuilder sb = new StringBuilder("LoanAccountVerificationEntity(accountNo=");
sb.append(str);
sb.append(", prodPackageId=");
sb.append(str2);
sb.append(", repaymentSelected=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
Boolean bool = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (bool == null ? 0 : bool.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16442oQn)) {
return false;
}
C16442oQn c16442oQn = (C16442oQn) obj;
return C14957gcv.b((Object) this.b, (Object) c16442oQn.b) && C14957gcv.b((Object) this.a, (Object) c16442oQn.a) && C14957gcv.b(this.e, c16442oQn.e);
}
}