48 lines
1.2 KiB
Java
48 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.az, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C3518az {
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("binNumber")
|
||
|
private final String d;
|
||
|
|
||
|
public C3518az(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("PreAuthorizationRequest(binNumber=");
|
||
|
sb.append(str);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.d.hashCode() * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C3518az)) {
|
||
|
return false;
|
||
|
}
|
||
|
C3518az c3518az = (C3518az) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c3518az.d) && C14957gcv.b((Object) this.a, (Object) c3518az.a);
|
||
|
}
|
||
|
}
|