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

206 lines
6.7 KiB
Java

package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.yrw, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C17686yrw {
private static IeS k = null;
private static String n = "DEAL_OF_THE_DAY";
private static String p = "SME_DEAL";
@SerializedName("amount")
public String a;
@SerializedName("campaignCategory")
public String b;
@SerializedName("campaignName")
public String c;
@SerializedName("campaignDetail")
public String d;
@SerializedName("billerId")
public String e;
@SerializedName("masterCategory")
public String f;
@SerializedName("ref1")
public String g;
@SerializedName("imagePath")
public String h;
@SerializedName("ref2")
public String i;
@SerializedName("historyLink")
public String j;
@SerializedName("shippingAddress")
public RVV l;
@SerializedName("subCampaignName")
public String m;
/* renamed from: o, reason: collision with root package name */
@SerializedName("ref3")
public String f9331o;
/* renamed from: o.yrw$IeS */
/* loaded from: classes.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
/* renamed from: o.yrw$RVV */
/* loaded from: classes.dex */
public static final class RVV {
@SerializedName("email")
public String a;
@SerializedName("name")
public String b;
@SerializedName(PlaceTypes.ADDRESS)
public String c;
@SerializedName("district")
public String d;
@SerializedName("mobilePhone")
public String e;
@SerializedName("province")
public String f;
@SerializedName("subDistrict")
public String g;
@SerializedName("road")
public String h;
@SerializedName("postalCode")
public String j;
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.h;
String str4 = this.g;
String str5 = this.d;
String str6 = this.f;
String str7 = this.j;
String str8 = this.e;
String str9 = this.a;
StringBuilder sb = new StringBuilder("ShippingAddress(name=");
sb.append(str);
sb.append(", address=");
sb.append(str2);
sb.append(", road=");
sb.append(str3);
sb.append(", subDistrict=");
sb.append(str4);
sb.append(", district=");
sb.append(str5);
sb.append(", province=");
sb.append(str6);
sb.append(", postalCode=");
sb.append(str7);
sb.append(", mobilePhone=");
sb.append(str8);
sb.append(", email=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.g.hashCode()) * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof RVV)) {
return false;
}
RVV rvv = (RVV) obj;
return C14957gcv.b((Object) this.b, (Object) rvv.b) && C14957gcv.b((Object) this.c, (Object) rvv.c) && C14957gcv.b((Object) this.h, (Object) rvv.h) && C14957gcv.b((Object) this.g, (Object) rvv.g) && C14957gcv.b((Object) this.d, (Object) rvv.d) && C14957gcv.b((Object) this.f, (Object) rvv.f) && C14957gcv.b((Object) this.j, (Object) rvv.j) && C14957gcv.b((Object) this.e, (Object) rvv.e) && C14957gcv.b((Object) this.a, (Object) rvv.a);
}
}
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.m;
RVV rvv = this.l;
String str4 = this.h;
String str5 = this.a;
String str6 = this.e;
String str7 = this.g;
String str8 = this.i;
String str9 = this.f9331o;
String str10 = this.b;
String str11 = this.f;
String str12 = this.j;
StringBuilder sb = new StringBuilder("DealEntity(campaignName=");
sb.append(str);
sb.append(", campaignDetail=");
sb.append(str2);
sb.append(", subCampaignName=");
sb.append(str3);
sb.append(", shippingAddress=");
sb.append(rvv);
sb.append(", imagePath=");
sb.append(str4);
sb.append(", amount=");
sb.append(str5);
sb.append(", billerId=");
sb.append(str6);
sb.append(", ref1=");
sb.append(str7);
sb.append(", ref2=");
sb.append(str8);
sb.append(", ref3=");
sb.append(str9);
sb.append(", campaignCategory=");
sb.append(str10);
sb.append(", masterCategory=");
sb.append(str11);
sb.append(", historyLink=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.m.hashCode()) * 31) + this.l.hashCode()) * 31) + this.h.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.i.hashCode()) * 31) + this.f9331o.hashCode()) * 31) + this.b.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17686yrw)) {
return false;
}
C17686yrw c17686yrw = (C17686yrw) obj;
return C14957gcv.b((Object) this.c, (Object) c17686yrw.c) && C14957gcv.b((Object) this.d, (Object) c17686yrw.d) && C14957gcv.b((Object) this.m, (Object) c17686yrw.m) && C14957gcv.b(this.l, c17686yrw.l) && C14957gcv.b((Object) this.h, (Object) c17686yrw.h) && C14957gcv.b((Object) this.a, (Object) c17686yrw.a) && C14957gcv.b((Object) this.e, (Object) c17686yrw.e) && C14957gcv.b((Object) this.g, (Object) c17686yrw.g) && C14957gcv.b((Object) this.i, (Object) c17686yrw.i) && C14957gcv.b((Object) this.f9331o, (Object) c17686yrw.f9331o) && C14957gcv.b((Object) this.b, (Object) c17686yrw.b) && C14957gcv.b((Object) this.f, (Object) c17686yrw.f) && C14957gcv.b((Object) this.j, (Object) c17686yrw.j);
}
static {
new IeS((byte) 0);
}
}