67 lines
1.9 KiB
Java
67 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.cs, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C7636cs {
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String a;
|
|
|
|
@SerializedName("userType")
|
|
private String b;
|
|
|
|
@SerializedName("product")
|
|
private final String d;
|
|
|
|
@SerializedName("ekycMethod")
|
|
private final String e;
|
|
|
|
public C7636cs(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.d = str;
|
|
this.e = str2;
|
|
this.b = str3;
|
|
this.a = null;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
String str4 = this.a;
|
|
StringBuilder sb = new StringBuilder("InitiateEkycRegistrationRequest(product=");
|
|
sb.append(str);
|
|
sb.append(", ekycMethod=");
|
|
sb.append(str2);
|
|
sb.append(", userType=");
|
|
sb.append(str3);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
int hashCode2 = this.e.hashCode();
|
|
int hashCode3 = this.b.hashCode();
|
|
String str = this.a;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C7636cs)) {
|
|
return false;
|
|
}
|
|
C7636cs c7636cs = (C7636cs) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c7636cs.d) && C14957gcv.b((Object) this.e, (Object) c7636cs.e) && C14957gcv.b((Object) this.b, (Object) c7636cs.b) && C14957gcv.b((Object) this.a, (Object) c7636cs.a);
|
|
}
|
|
}
|