70 lines
1.9 KiB
Java
70 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.firebase.crashlytics.internal.common.IdManager;
|
|
|
|
/* renamed from: o.Rv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0932Rv {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final boolean e;
|
|
|
|
public /* synthetic */ C0932Rv(byte b) {
|
|
this("", false, IdManager.DEFAULT_VERSION_NAME, "");
|
|
}
|
|
|
|
public C0932Rv(String str, boolean z, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.e = z;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
boolean z = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.c;
|
|
StringBuilder sb = new StringBuilder("Tab(title=");
|
|
sb.append(str);
|
|
sb.append(", isEditable=");
|
|
sb.append(z);
|
|
sb.append(", amount=");
|
|
sb.append(str2);
|
|
sb.append(", firebaseTag=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
boolean z = this.e;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((hashCode * 31) + i) * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0932Rv)) {
|
|
return false;
|
|
}
|
|
C0932Rv c0932Rv = (C0932Rv) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c0932Rv.a) && this.e == c0932Rv.e && C14957gcv.b((Object) this.b, (Object) c0932Rv.b) && C14957gcv.b((Object) this.c, (Object) c0932Rv.c);
|
|
}
|
|
|
|
public C0932Rv() {
|
|
this((byte) 0);
|
|
}
|
|
}
|