102 lines
3.1 KiB
Java
102 lines
3.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class usR {
|
||
|
|
||
|
@SerializedName("cardCompany")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("productCode")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("amount")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
private final String e;
|
||
|
|
||
|
@SerializedName("productSubCode")
|
||
|
private final String f;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private final String h;
|
||
|
|
||
|
@SerializedName("sourceCode")
|
||
|
private final String j;
|
||
|
|
||
|
public usR(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
this.h = str;
|
||
|
this.b = str2;
|
||
|
this.f = str3;
|
||
|
this.j = str4;
|
||
|
this.e = str5;
|
||
|
this.c = str6;
|
||
|
this.a = str7;
|
||
|
this.d = null;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.h;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.j;
|
||
|
String str5 = this.e;
|
||
|
String str6 = this.c;
|
||
|
String str7 = this.a;
|
||
|
String str8 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("EasycashCardInfoRequest(productType=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", productSubCode=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", sourceCode=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", applicationId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", cardCompany=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str8);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.h.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.f.hashCode();
|
||
|
int hashCode4 = this.j.hashCode();
|
||
|
int hashCode5 = this.e.hashCode();
|
||
|
int hashCode6 = this.c.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode7 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof usR)) {
|
||
|
return false;
|
||
|
}
|
||
|
usR usr = (usR) obj;
|
||
|
return C14957gcv.b((Object) this.h, (Object) usr.h) && C14957gcv.b((Object) this.b, (Object) usr.b) && C14957gcv.b((Object) this.f, (Object) usr.f) && C14957gcv.b((Object) this.j, (Object) usr.j) && C14957gcv.b((Object) this.e, (Object) usr.e) && C14957gcv.b((Object) this.c, (Object) usr.c) && C14957gcv.b((Object) this.a, (Object) usr.a) && C14957gcv.b((Object) this.d, (Object) usr.d);
|
||
|
}
|
||
|
}
|