94 lines
3.3 KiB
Java
94 lines
3.3 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.gx, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C15599gx {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public List<? extends Object> e;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
|
||
|
public C15599gx(String str, String str2, String str3, String str4, String str5, String str6, List<? extends Object> list, String str7, String str8) {
|
||
|
this.g = str;
|
||
|
this.d = str2;
|
||
|
this.a = str3;
|
||
|
this.f = str4;
|
||
|
this.j = str5;
|
||
|
this.c = str6;
|
||
|
this.e = list;
|
||
|
this.i = str7;
|
||
|
this.b = str8;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.g;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.f;
|
||
|
String str5 = this.j;
|
||
|
String str6 = this.c;
|
||
|
List<? extends Object> list = this.e;
|
||
|
String str7 = this.i;
|
||
|
String str8 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("CommonErrorAppEvent(groupCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", errorCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", endpoint=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", title=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", header=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", actionList=");
|
||
|
sb.append(list);
|
||
|
sb.append(", iconUrl=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", errorType=");
|
||
|
sb.append(str8);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.g;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.f;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.j;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.c;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
List<? extends Object> list = this.e;
|
||
|
int hashCode7 = list == null ? 0 : list.hashCode();
|
||
|
String str7 = this.i;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.b;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str8 != null ? str8.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15599gx)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15599gx c15599gx = (C15599gx) obj;
|
||
|
return C14957gcv.b((Object) this.g, (Object) c15599gx.g) && C14957gcv.b((Object) this.d, (Object) c15599gx.d) && C14957gcv.b((Object) this.a, (Object) c15599gx.a) && C14957gcv.b((Object) this.f, (Object) c15599gx.f) && C14957gcv.b((Object) this.j, (Object) c15599gx.j) && C14957gcv.b((Object) this.c, (Object) c15599gx.c) && C14957gcv.b(this.e, c15599gx.e) && C14957gcv.b((Object) this.i, (Object) c15599gx.i) && C14957gcv.b((Object) this.b, (Object) c15599gx.b);
|
||
|
}
|
||
|
}
|