85 lines
2.6 KiB
Java
85 lines
2.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.cFi, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6002cFi {
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String a;
|
|
|
|
@SerializedName("staffId1")
|
|
private String b;
|
|
|
|
@SerializedName("productType")
|
|
private final String c;
|
|
|
|
@SerializedName("isReferral")
|
|
private final String d;
|
|
|
|
@SerializedName("monthlyIncome")
|
|
private String e;
|
|
|
|
@SerializedName("staffId2")
|
|
private String g;
|
|
|
|
public C6002cFi(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
this.a = null;
|
|
this.b = str4;
|
|
this.g = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
String str3 = this.e;
|
|
String str4 = this.a;
|
|
String str5 = this.b;
|
|
String str6 = this.g;
|
|
StringBuilder sb = new StringBuilder("EasycashCardInfoInitRequest(productType=");
|
|
sb.append(str);
|
|
sb.append(", isReferral=");
|
|
sb.append(str2);
|
|
sb.append(", monthlyIncome=");
|
|
sb.append(str3);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str4);
|
|
sb.append(", staffId1=");
|
|
sb.append(str5);
|
|
sb.append(", staffId2=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
String str = this.e;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C6002cFi)) {
|
|
return false;
|
|
}
|
|
C6002cFi c6002cFi = (C6002cFi) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c6002cFi.c) && C14957gcv.b((Object) this.d, (Object) c6002cFi.d) && C14957gcv.b((Object) this.e, (Object) c6002cFi.e) && C14957gcv.b((Object) this.a, (Object) c6002cFi.a) && C14957gcv.b((Object) this.b, (Object) c6002cFi.b) && C14957gcv.b((Object) this.g, (Object) c6002cFi.g);
|
|
}
|
|
}
|