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

54 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Ql, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0872Ql {
public final float a;
public final String b;
public final String c;
public final String d;
public C0872Ql(String str, String str2, float f, String str3) {
C14957gcv.e(str3, "");
this.b = str;
this.c = str2;
this.a = f;
this.d = str3;
}
public final String toString() {
String str = this.b;
String str2 = this.c;
float f = this.a;
String str3 = this.d;
StringBuilder sb = new StringBuilder("ScbsPieSectorDisplay(label=");
sb.append(str);
sb.append(", color=");
sb.append(str2);
sb.append(", percentage=");
sb.append(f);
sb.append(", formattedPercentage=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
return (((((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + Float.hashCode(this.a)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0872Ql)) {
return false;
}
C0872Ql c0872Ql = (C0872Ql) obj;
return C14957gcv.b((Object) this.b, (Object) c0872Ql.b) && C14957gcv.b((Object) this.c, (Object) c0872Ql.c) && Float.compare(this.a, c0872Ql.a) == 0 && C14957gcv.b((Object) this.d, (Object) c0872Ql.d);
}
}