104 lines
3.8 KiB
Java
104 lines
3.8 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Ol, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0781Ol {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String m;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final String f8309o;
|
|
|
|
public C0781Ol(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(str11, "");
|
|
C14957gcv.e(str12, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
this.b = str4;
|
|
this.i = str5;
|
|
this.h = str6;
|
|
this.g = str7;
|
|
this.f = str8;
|
|
this.j = str9;
|
|
this.m = str10;
|
|
this.a = str11;
|
|
this.f8309o = str12;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
String str4 = this.b;
|
|
String str5 = this.i;
|
|
String str6 = this.h;
|
|
String str7 = this.g;
|
|
String str8 = this.f;
|
|
String str9 = this.j;
|
|
String str10 = this.m;
|
|
String str11 = this.a;
|
|
String str12 = this.f8309o;
|
|
StringBuilder sb = new StringBuilder("HmlDocumentKofaxTutorialDisplay(doCaptureImage=");
|
|
sb.append(str);
|
|
sb.append(", dontImage1=");
|
|
sb.append(str2);
|
|
sb.append(", dontImage2=");
|
|
sb.append(str3);
|
|
sb.append(", dontImage3=");
|
|
sb.append(str4);
|
|
sb.append(", dontImage4=");
|
|
sb.append(str5);
|
|
sb.append(", dontImage5=");
|
|
sb.append(str6);
|
|
sb.append(", dontImage6=");
|
|
sb.append(str7);
|
|
sb.append(", dontImage7=");
|
|
sb.append(str8);
|
|
sb.append(", dontImage8=");
|
|
sb.append(str9);
|
|
sb.append(", dontImage9=");
|
|
sb.append(str10);
|
|
sb.append(", dontImage10=");
|
|
sb.append(str11);
|
|
sb.append(", exampleImage=");
|
|
sb.append(str12);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((((((((((this.e.hashCode() * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.i.hashCode()) * 31) + this.h.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + this.m.hashCode()) * 31) + this.a.hashCode()) * 31) + this.f8309o.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0781Ol)) {
|
|
return false;
|
|
}
|
|
C0781Ol c0781Ol = (C0781Ol) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0781Ol.e) && C14957gcv.b((Object) this.c, (Object) c0781Ol.c) && C14957gcv.b((Object) this.d, (Object) c0781Ol.d) && C14957gcv.b((Object) this.b, (Object) c0781Ol.b) && C14957gcv.b((Object) this.i, (Object) c0781Ol.i) && C14957gcv.b((Object) this.h, (Object) c0781Ol.h) && C14957gcv.b((Object) this.g, (Object) c0781Ol.g) && C14957gcv.b((Object) this.f, (Object) c0781Ol.f) && C14957gcv.b((Object) this.j, (Object) c0781Ol.j) && C14957gcv.b((Object) this.m, (Object) c0781Ol.m) && C14957gcv.b((Object) this.a, (Object) c0781Ol.a) && C14957gcv.b((Object) this.f8309o, (Object) c0781Ol.f8309o);
|
|
}
|
|
}
|