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

72 lines
2.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* renamed from: o.yLE, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17613yLE {
@SerializedName("sortSequence")
public final int a;
@SerializedName("productType")
public final FeA b;
@SerializedName("cardRefNo")
public final String c;
@SerializedName("cardMask")
public final String d;
@SerializedName("skipValidate")
public final Boolean e;
@SerializedName(CommonConstant.KEY_STATUS)
public final FeA j;
public final String toString() {
int i = this.a;
String str = this.c;
String str2 = this.d;
Boolean bool = this.e;
FeA feA = this.j;
FeA feA2 = this.b;
StringBuilder sb = new StringBuilder("UnregisteredPrepaidCardsEntity(sortSequence=");
sb.append(i);
sb.append(", cardRefNo=");
sb.append(str);
sb.append(", cardMask=");
sb.append(str2);
sb.append(", skipValidate=");
sb.append(bool);
sb.append(", status=");
sb.append(feA);
sb.append(", productType=");
sb.append(feA2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.a);
int hashCode2 = this.c.hashCode();
int hashCode3 = this.d.hashCode();
Boolean bool = this.e;
int hashCode4 = bool == null ? 0 : bool.hashCode();
FeA feA = this.j;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (feA != null ? feA.hashCode() : 0)) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17613yLE)) {
return false;
}
C17613yLE c17613yLE = (C17613yLE) obj;
return this.a == c17613yLE.a && C14957gcv.b((Object) this.c, (Object) c17613yLE.c) && C14957gcv.b((Object) this.d, (Object) c17613yLE.d) && C14957gcv.b(this.e, c17613yLE.e) && C14957gcv.b(this.j, c17613yLE.j) && C14957gcv.b(this.b, c17613yLE.b);
}
}