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