60 lines
1.9 KiB
Java
60 lines
1.9 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Pr, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0840Pr {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public C0840Pr(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.c = str;
|
|
this.e = str2;
|
|
this.d = str3;
|
|
this.a = str4;
|
|
this.b = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
String str5 = this.b;
|
|
StringBuilder sb = new StringBuilder("HighlightDisplay(picturePath=");
|
|
sb.append(str);
|
|
sb.append(", caption=");
|
|
sb.append(str2);
|
|
sb.append(", header=");
|
|
sb.append(str3);
|
|
sb.append(", description=");
|
|
sb.append(str4);
|
|
sb.append(", webviewUrl=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0840Pr)) {
|
|
return false;
|
|
}
|
|
C0840Pr c0840Pr = (C0840Pr) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c0840Pr.c) && C14957gcv.b((Object) this.e, (Object) c0840Pr.e) && C14957gcv.b((Object) this.d, (Object) c0840Pr.d) && C14957gcv.b((Object) this.a, (Object) c0840Pr.a) && C14957gcv.b((Object) this.b, (Object) c0840Pr.b);
|
|
}
|
|
}
|