package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.zbW, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C17766zbW { @SerializedName("header") public String a; @SerializedName("description") public String b; @SerializedName("icon") public String d; public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.b; StringBuilder sb = new StringBuilder("ThirdPartyVoidRemarkEntity(icon="); sb.append(str); sb.append(", header="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17766zbW)) { return false; } C17766zbW c17766zbW = (C17766zbW) obj; return C14957gcv.b((Object) this.d, (Object) c17766zbW.d) && C14957gcv.b((Object) this.a, (Object) c17766zbW.a) && C14957gcv.b((Object) this.b, (Object) c17766zbW.b); } }