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

139 lines
4.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.EYr, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C0322EYr {
@SerializedName("callToActionId")
public String a;
@SerializedName("categoryColor")
public String b;
@SerializedName("callToActionText")
public String c;
@SerializedName("body")
public String d;
@SerializedName("category")
public String e;
@SerializedName("readFlag")
public String f;
@SerializedName("deeplinkList")
public List<lSw> g;
@SerializedName("categoryIconUrl")
public String h;
@SerializedName("data")
public orI i;
@SerializedName("messageId")
public String j;
@SerializedName("sentTime")
public String l;
@SerializedName("sortSequence")
public String m;
@SerializedName("subject")
public String n;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C0322EYr c0322EYr = (C0322EYr) obj;
String str = this.m;
if (str == null ? c0322EYr.m != null : !str.equals(c0322EYr.m)) {
return false;
}
String str2 = this.j;
if (str2 == null ? c0322EYr.j != null : !str2.equals(c0322EYr.j)) {
return false;
}
String str3 = this.e;
if (str3 == null ? c0322EYr.e != null : !str3.equals(c0322EYr.e)) {
return false;
}
String str4 = this.b;
if (str4 == null ? c0322EYr.b != null : !str4.equals(c0322EYr.b)) {
return false;
}
String str5 = this.h;
if (str5 == null ? c0322EYr.h != null : !str5.equals(c0322EYr.h)) {
return false;
}
String str6 = this.l;
if (str6 == null ? c0322EYr.l != null : !str6.equals(c0322EYr.l)) {
return false;
}
String str7 = this.n;
if (str7 == null ? c0322EYr.n != null : !str7.equals(c0322EYr.n)) {
return false;
}
String str8 = this.d;
if (str8 == null ? c0322EYr.d != null : !str8.equals(c0322EYr.d)) {
return false;
}
String str9 = this.f;
if (str9 == null ? c0322EYr.f != null : !str9.equals(c0322EYr.f)) {
return false;
}
String str10 = this.a;
if (str10 == null ? c0322EYr.a != null : !str10.equals(c0322EYr.a)) {
return false;
}
String str11 = this.c;
if (str11 == null ? c0322EYr.c != null : !str11.equals(c0322EYr.c)) {
return false;
}
orI ori = this.i;
if (ori == null ? c0322EYr.i != null : !ori.equals(c0322EYr.i)) {
return false;
}
List<lSw> list = this.g;
List<lSw> list2 = c0322EYr.g;
return list != null ? list.equals(list2) : list2 == null;
}
public int hashCode() {
String str = this.m;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.j;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.e;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.b;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.h;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.l;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.n;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.d;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.f;
int hashCode9 = str9 != null ? str9.hashCode() : 0;
String str10 = this.a;
int hashCode10 = str10 != null ? str10.hashCode() : 0;
String str11 = this.c;
int hashCode11 = str11 != null ? str11.hashCode() : 0;
orI ori = this.i;
int hashCode12 = ori != null ? ori.hashCode() : 0;
List<lSw> list = this.g;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (list != null ? list.hashCode() : 0);
}
}