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

102 lines
3.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* loaded from: classes3.dex */
public final class PFu {
@SerializedName("cardRefNo")
public final String a;
@SerializedName("cardStatus")
public final String b;
@SerializedName("cardMask")
public final String c;
@SerializedName("cardType")
public final FeA d;
@SerializedName("entity")
public final String e;
@SerializedName("sortSequence")
public final int f;
@SerializedName("sourceSystem")
public final String g;
@SerializedName("skipValidate")
public final Boolean h;
@SerializedName("productType")
public final FeA i;
@SerializedName(CommonConstant.KEY_STATUS)
public final FeA j;
public final String toString() {
int i = this.f;
String str = this.a;
Boolean bool = this.h;
FeA feA = this.j;
FeA feA2 = this.d;
FeA feA3 = this.i;
String str2 = this.c;
String str3 = this.b;
String str4 = this.g;
String str5 = this.e;
StringBuilder sb = new StringBuilder("UnregisteredCardEntity(sortSequence=");
sb.append(i);
sb.append(", cardRefNo=");
sb.append(str);
sb.append(", skipValidate=");
sb.append(bool);
sb.append(", status=");
sb.append(feA);
sb.append(", cardType=");
sb.append(feA2);
sb.append(", productType=");
sb.append(feA3);
sb.append(", cardMask=");
sb.append(str2);
sb.append(", cardStatus=");
sb.append(str3);
sb.append(", sourceSystem=");
sb.append(str4);
sb.append(", entity=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.f);
int hashCode2 = this.a.hashCode();
Boolean bool = this.h;
int hashCode3 = bool == null ? 0 : bool.hashCode();
FeA feA = this.j;
int hashCode4 = feA == null ? 0 : feA.hashCode();
int hashCode5 = this.d.hashCode();
int hashCode6 = this.i.hashCode();
int hashCode7 = this.c.hashCode();
int hashCode8 = this.b.hashCode();
String str = this.g;
int hashCode9 = str == null ? 0 : str.hashCode();
String str2 = this.e;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PFu)) {
return false;
}
PFu pFu = (PFu) obj;
return this.f == pFu.f && C14957gcv.b((Object) this.a, (Object) pFu.a) && C14957gcv.b(this.h, pFu.h) && C14957gcv.b(this.j, pFu.j) && C14957gcv.b(this.d, pFu.d) && C14957gcv.b(this.i, pFu.i) && C14957gcv.b((Object) this.c, (Object) pFu.c) && C14957gcv.b((Object) this.b, (Object) pFu.b) && C14957gcv.b((Object) this.g, (Object) pFu.g) && C14957gcv.b((Object) this.e, (Object) pFu.e);
}
}