100 lines
3.5 KiB
Java
100 lines
3.5 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.hBE, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15612hBE extends Pag {
|
|
public final String a;
|
|
public final List<mNf> b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String g;
|
|
public final String h;
|
|
private final String j;
|
|
|
|
public /* synthetic */ C15612hBE(String str, String str2, String str3, int i) {
|
|
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : str3, null, null, null, null);
|
|
}
|
|
|
|
public C15612hBE(String str, String str2, String str3, String str4, String str5, String str6, List<mNf> list) {
|
|
this.a = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
this.j = str4;
|
|
this.g = str5;
|
|
this.h = str6;
|
|
this.b = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
String str4 = this.j;
|
|
String str5 = this.g;
|
|
String str6 = this.h;
|
|
List<mNf> list = this.b;
|
|
StringBuilder sb = new StringBuilder("CodeDescriptionStatus(code=");
|
|
sb.append(str);
|
|
sb.append(", header=");
|
|
sb.append(str2);
|
|
sb.append(", description=");
|
|
sb.append(str3);
|
|
sb.append(", errorType=");
|
|
sb.append(str4);
|
|
sb.append(", title=");
|
|
sb.append(str5);
|
|
sb.append(", iconUrl=");
|
|
sb.append(str6);
|
|
sb.append(", actionList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.j;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.g;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.h;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
List<mNf> list = this.b;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C15612hBE)) {
|
|
return false;
|
|
}
|
|
C15612hBE c15612hBE = (C15612hBE) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c15612hBE.a) && C14957gcv.b((Object) this.c, (Object) c15612hBE.c) && C14957gcv.b((Object) this.d, (Object) c15612hBE.d) && C14957gcv.b((Object) this.j, (Object) c15612hBE.j) && C14957gcv.b((Object) this.g, (Object) c15612hBE.g) && C14957gcv.b((Object) this.h, (Object) c15612hBE.h) && C14957gcv.b(this.b, c15612hBE.b);
|
|
}
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public C15612hBE() {
|
|
/*
|
|
r2 = this;
|
|
r0 = 0
|
|
r1 = 127(0x7f, float:1.78E-43)
|
|
r2.<init>(r0, r0, r0, r1)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.C15612hBE.<init>():void");
|
|
}
|
|
}
|