73 lines
2.2 KiB
Java
73 lines
2.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.aiC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2624aiC {
|
|
|
|
@SerializedName("mailingAddress")
|
|
public final UJP a;
|
|
|
|
@SerializedName("cardList")
|
|
public final List<C17393wQa> b;
|
|
|
|
@SerializedName("numberOfDebitCard")
|
|
public final Integer c;
|
|
|
|
@SerializedName("newFlag")
|
|
public final Integer d;
|
|
|
|
@SerializedName("accountNo")
|
|
public final String e;
|
|
|
|
@SerializedName("replaceFlag")
|
|
public final Integer g;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
List<C17393wQa> list = this.b;
|
|
Integer num = this.d;
|
|
Integer num2 = this.g;
|
|
Integer num3 = this.c;
|
|
UJP ujp = this.a;
|
|
StringBuilder sb = new StringBuilder("DebitCardDepositAccountEntity(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", cardList=");
|
|
sb.append(list);
|
|
sb.append(", newFlag=");
|
|
sb.append(num);
|
|
sb.append(", replaceFlag=");
|
|
sb.append(num2);
|
|
sb.append(", numberOfDebitCard=");
|
|
sb.append(num3);
|
|
sb.append(", mailingAddress=");
|
|
sb.append(ujp);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.b.hashCode();
|
|
Integer num = this.d;
|
|
int hashCode3 = num == null ? 0 : num.hashCode();
|
|
Integer num2 = this.g;
|
|
int hashCode4 = num2 == null ? 0 : num2.hashCode();
|
|
Integer num3 = this.c;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (num3 != null ? num3.hashCode() : 0)) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C2624aiC)) {
|
|
return false;
|
|
}
|
|
C2624aiC c2624aiC = (C2624aiC) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c2624aiC.e) && C14957gcv.b(this.b, c2624aiC.b) && C14957gcv.b(this.d, c2624aiC.d) && C14957gcv.b(this.g, c2624aiC.g) && C14957gcv.b(this.c, c2624aiC.c) && C14957gcv.b(this.a, c2624aiC.a);
|
|
}
|
|
}
|