138 lines
4.0 KiB
Java
138 lines
4.0 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Nmu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0741Nmu {
|
|
public final String c;
|
|
public final List<LWm> d;
|
|
public final IeS e;
|
|
|
|
public C0741Nmu(IeS ieS, List<LWm> list, String str) {
|
|
C14957gcv.e(ieS, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str, "");
|
|
this.e = ieS;
|
|
this.d = list;
|
|
this.c = str;
|
|
}
|
|
|
|
/* renamed from: o.Nmu$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
public final String a;
|
|
public final String c;
|
|
|
|
public IeS(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
StringBuilder sb = new StringBuilder("Instruction(imagePath=");
|
|
sb.append(str);
|
|
sb.append(", details=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof IeS)) {
|
|
return false;
|
|
}
|
|
IeS ieS = (IeS) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) ieS.c) && C14957gcv.b((Object) this.a, (Object) ieS.a);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Nmu$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm {
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public LWm(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = str;
|
|
this.d = str2;
|
|
this.c = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.d;
|
|
String str3 = this.c;
|
|
StringBuilder sb = new StringBuilder("Tip(primaryIconPath=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(str2);
|
|
sb.append(", secondaryIconPath=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
String str = this.c;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LWm)) {
|
|
return false;
|
|
}
|
|
LWm lWm = (LWm) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) lWm.e) && C14957gcv.b((Object) this.d, (Object) lWm.d) && C14957gcv.b((Object) this.c, (Object) lWm.c);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
IeS ieS = this.e;
|
|
List<LWm> list = this.d;
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlDocumentInstructions(instruction=");
|
|
sb.append(ieS);
|
|
sb.append(", tips=");
|
|
sb.append(list);
|
|
sb.append(", header=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.e.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0741Nmu)) {
|
|
return false;
|
|
}
|
|
C0741Nmu c0741Nmu = (C0741Nmu) obj;
|
|
return C14957gcv.b(this.e, c0741Nmu.e) && C14957gcv.b(this.d, c0741Nmu.d) && C14957gcv.b((Object) this.c, (Object) c0741Nmu.c);
|
|
}
|
|
}
|