正在查看: Baubap v3.9.7 应用的 LoanActiveShortObjectResponse.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Baubap v3.9.7 应用的 LoanActiveShortObjectResponse.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.baubap.data.api.model.request;
import cf.e0;
import g00.b;
import iq.a;
import java.io.Serializable;
import kotlin.jvm.internal.f;
public final class LoanActiveShortObjectResponse implements Serializable {
@b("askForBirthCountry")
private final boolean askForBirthCountry;
@b("askForCurp")
private final boolean askForCurp;
@b("loan")
private final LoanActiveShortResponse loan;
@b("microloanDisabledText")
private final String microloanDisabledText;
@b("referralsBanner")
private final String referralsBannerUrl;
@b("showMicroloan")
private final boolean showMicroloan;
public LoanActiveShortObjectResponse(LoanActiveShortResponse loanActiveShortResponse, String str, boolean z10, String str2, boolean z11, boolean z12) {
xu.b.y(loanActiveShortResponse, "loan");
xu.b.y(str, "referralsBannerUrl");
xu.b.y(str2, "microloanDisabledText");
this.loan = loanActiveShortResponse;
this.referralsBannerUrl = str;
this.showMicroloan = z10;
this.microloanDisabledText = str2;
this.askForBirthCountry = z11;
this.askForCurp = z12;
}
public final e0 a() {
int parseInt = Integer.parseInt(this.loan.b());
String o10 = this.loan.o();
int c6 = this.loan.c();
long p10 = this.loan.p();
int e10 = this.loan.e();
String d10 = this.loan.d();
String f10 = this.loan.f();
boolean z10 = this.loan.m() == 1;
boolean z11 = this.loan.l() == 1;
boolean z12 = this.loan.a() == 1;
boolean z13 = this.loan.g() == 1;
boolean z14 = this.loan.k() == 1;
boolean z15 = this.loan.i() == 1;
boolean z16 = this.loan.n() == 1;
String str = this.referralsBannerUrl;
if (str.length() == 0) {
str = "https://media.baubap.com/android/widget_referrals.png";
}
return new e0(parseInt, o10, c6, p10, e10, d10, f10, z10, z11, z12, z13, z14, z15, z16, str, this.loan.j() == 1, this.showMicroloan, this.microloanDisabledText, this.askForBirthCountry, this.askForCurp);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof LoanActiveShortObjectResponse)) {
return false;
}
LoanActiveShortObjectResponse loanActiveShortObjectResponse = (LoanActiveShortObjectResponse) obj;
return xu.b.n(this.loan, loanActiveShortObjectResponse.loan) && xu.b.n(this.referralsBannerUrl, loanActiveShortObjectResponse.referralsBannerUrl) && this.showMicroloan == loanActiveShortObjectResponse.showMicroloan && xu.b.n(this.microloanDisabledText, loanActiveShortObjectResponse.microloanDisabledText) && this.askForBirthCountry == loanActiveShortObjectResponse.askForBirthCountry && this.askForCurp == loanActiveShortObjectResponse.askForCurp;
}
public final int hashCode() {
return ((a.j(this.microloanDisabledText, (a.j(this.referralsBannerUrl, this.loan.hashCode() * 31, 31) + (this.showMicroloan ? 1231 : 1237)) * 31, 31) + (this.askForBirthCountry ? 1231 : 1237)) * 31) + (this.askForCurp ? 1231 : 1237);
}
public final String toString() {
return "LoanActiveShortObjectResponse(loan=" + this.loan + ", referralsBannerUrl=" + this.referralsBannerUrl + ", showMicroloan=" + this.showMicroloan + ", microloanDisabledText=" + this.microloanDisabledText + ", askForBirthCountry=" + this.askForBirthCountry + ", askForCurp=" + this.askForCurp + ")";
}
public LoanActiveShortObjectResponse(LoanActiveShortResponse loanActiveShortResponse, String str, boolean z10, String str2, boolean z11, boolean z12, int i10, f fVar) {
this(loanActiveShortResponse, (i10 & 2) != 0 ? "https://media.baubap.com/android/widget_referrals.png" : str, (i10 & 4) != 0 ? true : z10, str2, (i10 & 16) != 0 ? false : z11, (i10 & 32) != 0 ? false : z12);
}
}