59 lines
1.5 KiB
Java
59 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ZRn {
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
private final String d;
|
||
|
|
||
|
public /* synthetic */ ZRn(String str, String str2) {
|
||
|
this(str, str2, "");
|
||
|
}
|
||
|
|
||
|
private ZRn(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.d = str;
|
||
|
this.c = str2;
|
||
|
this.b = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("EasycashAutoReviewRequest(applicationId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof ZRn)) {
|
||
|
return false;
|
||
|
}
|
||
|
ZRn zRn = (ZRn) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) zRn.d) && C14957gcv.b((Object) this.c, (Object) zRn.c) && C14957gcv.b((Object) this.b, (Object) zRn.b);
|
||
|
}
|
||
|
}
|