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

60 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.MCc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0677MCc {
@SerializedName("sortSequence")
public final Integer a;
@SerializedName("productType")
public final ldW b;
@SerializedName("accountNo")
public final String d;
@SerializedName("applicationId")
public final String e;
public final String toString() {
Integer num = this.a;
String str = this.e;
String str2 = this.d;
ldW ldw = this.b;
StringBuilder sb = new StringBuilder("MailingAddressLoanAndDepositListEntity(sortSequence=");
sb.append(num);
sb.append(", applicationId=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", productType=");
sb.append(ldw);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.a;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.e;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
ldW ldw = this.b;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (ldw != null ? ldw.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0677MCc)) {
return false;
}
C0677MCc c0677MCc = (C0677MCc) obj;
return C14957gcv.b(this.a, c0677MCc.a) && C14957gcv.b((Object) this.e, (Object) c0677MCc.e) && C14957gcv.b((Object) this.d, (Object) c0677MCc.d) && C14957gcv.b(this.b, c0677MCc.b);
}
}