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

55 lines
1.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class zaG extends WVj {
@SerializedName("expectedMonthlyPayment")
public final String a;
@SerializedName("dateOfBirth")
public final String e;
@SerializedName("ncbAcceptedFlag")
public final String g;
@SerializedName("ncbGrade")
public final String i;
public final String toString() {
String str = this.a;
String str2 = this.e;
String str3 = this.i;
String str4 = this.g;
StringBuilder sb = new StringBuilder("EasycashCreditPowerNCBInquiryEntity(expectedMonthlyPayment=");
sb.append(str);
sb.append(", dateOfBirth=");
sb.append(str2);
sb.append(", ncbGrade=");
sb.append(str3);
sb.append(", ncbAcceptedFlag=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.e.hashCode();
String str = this.i;
return (((((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.g.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zaG)) {
return false;
}
zaG zag = (zaG) obj;
return C14957gcv.b((Object) this.a, (Object) zag.a) && C14957gcv.b((Object) this.e, (Object) zag.e) && C14957gcv.b((Object) this.i, (Object) zag.i) && C14957gcv.b((Object) this.g, (Object) zag.g);
}
}