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

50 lines
1.5 KiB
Java

package o;
/* renamed from: o.bSp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4191bSp {
private final Boolean a;
public final String c;
private final String e;
public C4191bSp(String str, Boolean bool, String str2) {
this.c = str;
this.a = bool;
this.e = str2;
}
public final String toString() {
String str = this.c;
Boolean bool = this.a;
String str2 = this.e;
StringBuilder sb = new StringBuilder("ContentScopes(key=");
sb.append(str);
sb.append(", displayVisible=");
sb.append(bool);
sb.append(", displayName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
Boolean bool = this.a;
int hashCode2 = bool == null ? 0 : bool.hashCode();
String str2 = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4191bSp)) {
return false;
}
C4191bSp c4191bSp = (C4191bSp) obj;
return C14957gcv.b((Object) this.c, (Object) c4191bSp.c) && C14957gcv.b(this.a, c4191bSp.a) && C14957gcv.b((Object) this.e, (Object) c4191bSp.e);
}
}