what-the-bank/sources/o/C10864eR.java

49 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.eR, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10864eR {
@SerializedName("tilesVersion")
private final String b;
@SerializedName("rtpRef")
private final String d;
public C10864eR(String str, String str2) {
C14957gcv.e(str, "");
this.d = str;
this.b = str2;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("ReviewPayerRequest(rtpRef=");
sb.append(str);
sb.append(", tilesVersion=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.b;
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10864eR)) {
return false;
}
C10864eR c10864eR = (C10864eR) obj;
return C14957gcv.b((Object) this.d, (Object) c10864eR.d) && C14957gcv.b((Object) this.b, (Object) c10864eR.b);
}
}