42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Ut, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1061Ut {
|
|
public final String c;
|
|
public final String d;
|
|
|
|
public C1061Ut(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
StringBuilder sb = new StringBuilder("PrepaidTravelWalletDisplayRateSummaryDisplay(buyRate=");
|
|
sb.append(str);
|
|
sb.append(", sellRate=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1061Ut)) {
|
|
return false;
|
|
}
|
|
C1061Ut c1061Ut = (C1061Ut) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c1061Ut.c) && C14957gcv.b((Object) this.d, (Object) c1061Ut.d);
|
|
}
|
|
}
|