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

58 lines
1.7 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class ZzO {
public final String b;
public final List<C14155fnp> c;
public final String d;
public final String e;
public ZzO(String str, String str2, String str3, List<C14155fnp> list) {
C14957gcv.e(str, "");
this.d = str;
this.b = str2;
this.e = str3;
this.c = list;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.e;
List<C14155fnp> list = this.c;
StringBuilder sb = new StringBuilder("InsuranceInfo(dataSource=");
sb.append(str);
sb.append(", partnerIconUrl=");
sb.append(str2);
sb.append(", partnerLabel=");
sb.append(str3);
sb.append(", policyInfoList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.b;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
List<C14155fnp> list = this.c;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ZzO)) {
return false;
}
ZzO zzO = (ZzO) obj;
return C14957gcv.b((Object) this.d, (Object) zzO.d) && C14957gcv.b((Object) this.b, (Object) zzO.b) && C14957gcv.b((Object) this.e, (Object) zzO.e) && C14957gcv.b(this.c, zzO.c);
}
}