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