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

52 lines
1.3 KiB
Java

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