69 lines
2.0 KiB
Java
69 lines
2.0 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class IX {
|
|
public final String a;
|
|
public final String c;
|
|
public final String e;
|
|
|
|
public /* synthetic */ IX(String str, String str2, int i) {
|
|
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (String) null);
|
|
}
|
|
|
|
public IX(String str, String str2, String str3) {
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.a = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.a;
|
|
StringBuilder sb = new StringBuilder("MultilineDataComponentDisplay(firstLine=");
|
|
sb.append(str);
|
|
sb.append(", secondLine=");
|
|
sb.append(str2);
|
|
sb.append(", firstLineIconUrl=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.a;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof IX)) {
|
|
return false;
|
|
}
|
|
IX ix = (IX) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) ix.e) && C14957gcv.b((Object) this.c, (Object) ix.c) && C14957gcv.b((Object) this.a, (Object) ix.a);
|
|
}
|
|
|
|
/* 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 IX() {
|
|
/*
|
|
r2 = this;
|
|
r0 = 0
|
|
r1 = 7
|
|
r2.<init>(r0, r0, r1)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.IX.<init>():void");
|
|
}
|
|
}
|