42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.ZbO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1259ZbO {
|
|
public final Urh<String> b;
|
|
public final String d;
|
|
|
|
public C1259ZbO(String str, Urh<String> urh) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(urh, "");
|
|
this.d = str;
|
|
this.b = urh;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
Urh<String> urh = this.b;
|
|
StringBuilder sb = new StringBuilder("Country(code=");
|
|
sb.append(str);
|
|
sb.append(", name=");
|
|
sb.append(urh);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1259ZbO)) {
|
|
return false;
|
|
}
|
|
C1259ZbO c1259ZbO = (C1259ZbO) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c1259ZbO.d) && C14957gcv.b(this.b, c1259ZbO.b);
|
|
}
|
|
}
|