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

59 lines
1.7 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Qxk extends C16562pOe {
@SerializedName("nickname")
public String b;
@SerializedName("sortSequence")
public Integer c;
@SerializedName("cardMask")
public String d;
@SerializedName("cardRefNo")
public String e;
public final String toString() {
Integer num = this.c;
String str = this.e;
String str2 = this.d;
String str3 = this.b;
StringBuilder sb = new StringBuilder("DebitAccountItemEntity(sortSequence=");
sb.append(num);
sb.append(", cardRefNo=");
sb.append(str);
sb.append(", cardMask=");
sb.append(str2);
sb.append(", nickname=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.c;
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();
String str3 = this.b;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Qxk)) {
return false;
}
Qxk qxk = (Qxk) obj;
return C14957gcv.b(this.c, qxk.c) && C14957gcv.b((Object) this.e, (Object) qxk.e) && C14957gcv.b((Object) this.d, (Object) qxk.d) && C14957gcv.b((Object) this.b, (Object) qxk.b);
}
}