119 lines
3.7 KiB
Java
119 lines
3.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class qMF {
|
||
|
|
||
|
@SerializedName("itemCode")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("couponExpiry")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("couponTimeLimit")
|
||
|
public final Integer c;
|
||
|
|
||
|
@SerializedName("imageUrl")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("name")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("relationId")
|
||
|
public final String g;
|
||
|
|
||
|
@SerializedName("redemptionDate")
|
||
|
public final String h;
|
||
|
|
||
|
@SerializedName("usedDate")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("refId")
|
||
|
public final String j;
|
||
|
|
||
|
private qMF(String str, Integer num, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
|
||
|
this.b = str;
|
||
|
this.c = num;
|
||
|
this.d = str2;
|
||
|
this.e = str3;
|
||
|
this.h = str4;
|
||
|
this.j = str5;
|
||
|
this.g = str6;
|
||
|
this.i = str7;
|
||
|
this.a = str8;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ qMF(byte b) {
|
||
|
this("", 0, "", "", "", "", "", "", "");
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
Integer num = this.c;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.j;
|
||
|
String str6 = this.g;
|
||
|
String str7 = this.i;
|
||
|
String str8 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("ECouponTransactionDataEntity(couponExpiry=");
|
||
|
sb.append(str);
|
||
|
sb.append(", couponTimeLimit=");
|
||
|
sb.append(num);
|
||
|
sb.append(", imageUrl=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", redemptionDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", refId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", relationId=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", usedDate=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", itemCode=");
|
||
|
sb.append(str8);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
Integer num = this.c;
|
||
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.h;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.j;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.g;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.i;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.a;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str8 != null ? str8.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof qMF)) {
|
||
|
return false;
|
||
|
}
|
||
|
qMF qmf = (qMF) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) qmf.b) && C14957gcv.b(this.c, qmf.c) && C14957gcv.b((Object) this.d, (Object) qmf.d) && C14957gcv.b((Object) this.e, (Object) qmf.e) && C14957gcv.b((Object) this.h, (Object) qmf.h) && C14957gcv.b((Object) this.j, (Object) qmf.j) && C14957gcv.b((Object) this.g, (Object) qmf.g) && C14957gcv.b((Object) this.i, (Object) qmf.i) && C14957gcv.b((Object) this.a, (Object) qmf.a);
|
||
|
}
|
||
|
|
||
|
public qMF() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|