package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class XeJ { @SerializedName("header") public final String a; @SerializedName("subStatus") public final XeJ b; @SerializedName("description") public final String c; @SerializedName("code") public final String d; public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.c; XeJ xeJ = this.b; StringBuilder sb = new StringBuilder("SingleFormEligibilityStatusEntity(code="); sb.append(str); sb.append(", header="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", subStatus="); sb.append(xeJ); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.a.hashCode(); int hashCode3 = this.c.hashCode(); XeJ xeJ = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (xeJ == null ? 0 : xeJ.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof XeJ)) { return false; } XeJ xeJ = (XeJ) obj; return C14957gcv.b((Object) this.d, (Object) xeJ.d) && C14957gcv.b((Object) this.a, (Object) xeJ.a) && C14957gcv.b((Object) this.c, (Object) xeJ.c) && C14957gcv.b(this.b, xeJ.b); } }