83 lines
2.4 KiB
Java
83 lines
2.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class BVq {
|
|
|
|
@SerializedName("repaymentAbility")
|
|
public final String a;
|
|
|
|
@SerializedName("minimumMonthlyIncome")
|
|
public final String b;
|
|
|
|
@SerializedName("minimumRepaymentAbility")
|
|
public final String c;
|
|
|
|
@SerializedName("repaymentAbilityFlag")
|
|
public final String d;
|
|
|
|
@SerializedName("monthlyIncome")
|
|
public final String e;
|
|
|
|
private BVq(byte b) {
|
|
this.e = null;
|
|
this.a = null;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.d = null;
|
|
}
|
|
|
|
private /* synthetic */ BVq(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
String str5 = this.d;
|
|
StringBuilder sb = new StringBuilder("EasycashRequestInfoIncomeEntity(monthlyIncome=");
|
|
sb.append(str);
|
|
sb.append(", repaymentAbility=");
|
|
sb.append(str2);
|
|
sb.append(", minimumMonthlyIncome=");
|
|
sb.append(str3);
|
|
sb.append(", minimumRepaymentAbility=");
|
|
sb.append(str4);
|
|
sb.append(", repaymentAbilityFlag=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof BVq)) {
|
|
return false;
|
|
}
|
|
BVq bVq = (BVq) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) bVq.e) && C14957gcv.b((Object) this.a, (Object) bVq.a) && C14957gcv.b((Object) this.b, (Object) bVq.b) && C14957gcv.b((Object) this.c, (Object) bVq.c) && C14957gcv.b((Object) this.d, (Object) bVq.d);
|
|
}
|
|
|
|
public BVq() {
|
|
this((char) 0);
|
|
}
|
|
}
|