32 lines
803 B
Java
32 lines
803 B
Java
package o;
|
|
|
|
/* renamed from: o.jXj, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15907jXj {
|
|
public final String b;
|
|
|
|
public C15907jXj(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("ScbsOnboardingProductCatalog(marketConductUrl=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C15907jXj) && C14957gcv.b((Object) this.b, (Object) ((C15907jXj) obj).b);
|
|
}
|
|
}
|