63 lines
2.0 KiB
Java
63 lines
2.0 KiB
Java
package o;
|
|
|
|
/* renamed from: o.xMb, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17502xMb {
|
|
private final String a;
|
|
private final String b;
|
|
public final C15683hjH c;
|
|
public final int d;
|
|
private final String e;
|
|
|
|
public C17502xMb(int i, String str, String str2, String str3, C15683hjH c15683hjH) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.d = i;
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.e = str3;
|
|
this.c = c15683hjH;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.d;
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.e;
|
|
C15683hjH c15683hjH = this.c;
|
|
StringBuilder sb = new StringBuilder("StaticProductTiles(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", tileType=");
|
|
sb.append(str);
|
|
sb.append(", tileSubType=");
|
|
sb.append(str2);
|
|
sb.append(", tileName=");
|
|
sb.append(str3);
|
|
sb.append(", data=");
|
|
sb.append(c15683hjH);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.d);
|
|
int hashCode2 = this.b.hashCode();
|
|
int hashCode3 = this.a.hashCode();
|
|
int hashCode4 = this.e.hashCode();
|
|
C15683hjH c15683hjH = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (c15683hjH == null ? 0 : c15683hjH.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17502xMb)) {
|
|
return false;
|
|
}
|
|
C17502xMb c17502xMb = (C17502xMb) obj;
|
|
return this.d == c17502xMb.d && C14957gcv.b((Object) this.b, (Object) c17502xMb.b) && C14957gcv.b((Object) this.a, (Object) c17502xMb.a) && C14957gcv.b((Object) this.e, (Object) c17502xMb.e) && C14957gcv.b(this.c, c17502xMb.c);
|
|
}
|
|
}
|