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

50 lines
1.5 KiB
Java

package o;
/* renamed from: o.fbz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13529fbz {
public final Boolean a;
public final Boolean b;
public final Boolean c;
public C13529fbz(Boolean bool, Boolean bool2, Boolean bool3) {
this.a = bool;
this.c = bool2;
this.b = bool3;
}
public final String toString() {
Boolean bool = this.a;
Boolean bool2 = this.c;
Boolean bool3 = this.b;
StringBuilder sb = new StringBuilder("HmlStoreType(brickAndMortar=");
sb.append(bool);
sb.append(", onlineViaWeb=");
sb.append(bool2);
sb.append(", onlineViaMarket=");
sb.append(bool3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Boolean bool = this.a;
int hashCode = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.c;
int hashCode2 = bool2 == null ? 0 : bool2.hashCode();
Boolean bool3 = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (bool3 != null ? bool3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13529fbz)) {
return false;
}
C13529fbz c13529fbz = (C13529fbz) obj;
return C14957gcv.b(this.a, c13529fbz.a) && C14957gcv.b(this.c, c13529fbz.c) && C14957gcv.b(this.b, c13529fbz.b);
}
}