52 lines
1.4 KiB
Java
52 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class EXm {
|
||
|
|
||
|
@SerializedName("deeplink")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("image")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("campaignName")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("campaignId")
|
||
|
private final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("BillPaymentContextualBanner(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.c.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof EXm)) {
|
||
|
return false;
|
||
|
}
|
||
|
EXm eXm = (EXm) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) eXm.c) && C14957gcv.b((Object) this.a, (Object) eXm.a) && C14957gcv.b((Object) this.e, (Object) eXm.e) && C14957gcv.b((Object) this.d, (Object) eXm.d);
|
||
|
}
|
||
|
}
|