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

59 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cRs, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C6402cRs {
@SerializedName("deeplink")
private final String a;
@SerializedName("image")
private final String b;
@SerializedName("campaignId")
private final String c;
@SerializedName("fontColor")
private final String d;
@SerializedName("campaignName")
private final String e;
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.c;
String str4 = this.e;
String str5 = this.d;
StringBuilder sb = new StringBuilder("LandingPopupInfoEntity(image=");
sb.append(str);
sb.append(", deeplink=");
sb.append(str2);
sb.append(", campaignId=");
sb.append(str3);
sb.append(", campaignName=");
sb.append(str4);
sb.append(", fontColor=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C6402cRs)) {
return false;
}
C6402cRs c6402cRs = (C6402cRs) obj;
return C14957gcv.b((Object) this.b, (Object) c6402cRs.b) && C14957gcv.b((Object) this.a, (Object) c6402cRs.a) && C14957gcv.b((Object) this.c, (Object) c6402cRs.c) && C14957gcv.b((Object) this.e, (Object) c6402cRs.e) && C14957gcv.b((Object) this.d, (Object) c6402cRs.d);
}
}