what-the-bank/sources/o/C17652yeD.java

68 lines
2.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.yeD, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17652yeD {
@SerializedName("tileSubType")
public final String a;
@SerializedName("data")
public final GzW b;
@SerializedName("tileName")
public final String c;
@SerializedName("tileType")
public final String d;
@SerializedName("sortSequence")
public final Integer e;
public final String toString() {
Integer num = this.e;
String str = this.d;
String str2 = this.a;
String str3 = this.c;
GzW gzW = this.b;
StringBuilder sb = new StringBuilder("StaticProductTilesEntity(sortSequence=");
sb.append(num);
sb.append(", tileType=");
sb.append(str);
sb.append(", tileSubType=");
sb.append(str2);
sb.append(", tileName=");
sb.append(str3);
sb.append(", data=");
sb.append(gzW);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.e;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
GzW gzW = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (gzW != null ? gzW.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17652yeD)) {
return false;
}
C17652yeD c17652yeD = (C17652yeD) obj;
return C14957gcv.b(this.e, c17652yeD.e) && C14957gcv.b((Object) this.d, (Object) c17652yeD.d) && C14957gcv.b((Object) this.a, (Object) c17652yeD.a) && C14957gcv.b((Object) this.c, (Object) c17652yeD.c) && C14957gcv.b(this.b, c17652yeD.b);
}
}