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