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

47 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.qxN, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16760qxN {
@SerializedName("sortSequence")
public final int a;
@SerializedName("code")
public final String b;
@SerializedName("description")
public final String c;
public final String toString() {
String str = this.b;
String str2 = this.c;
int i = this.a;
StringBuilder sb = new StringBuilder("OnboardingBusinessEntity(businessCode=");
sb.append(str);
sb.append(", businessDescription=");
sb.append(str2);
sb.append(", sortSequence=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + Integer.hashCode(this.a);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16760qxN)) {
return false;
}
C16760qxN c16760qxN = (C16760qxN) obj;
return C14957gcv.b((Object) this.b, (Object) c16760qxN.b) && C14957gcv.b((Object) this.c, (Object) c16760qxN.c) && this.a == c16760qxN.a;
}
}