32 lines
767 B
Java
32 lines
767 B
Java
package o;
|
|
|
|
/* renamed from: o.Hi, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0473Hi {
|
|
private String b;
|
|
|
|
public C0473Hi(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("DeactivateDisplay(refId=");
|
|
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 C0473Hi) && C14957gcv.b((Object) this.b, (Object) ((C0473Hi) obj).b);
|
|
}
|
|
}
|