package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* loaded from: classes.dex */ public final class JsH { @SerializedName(CommonConstant.KEY_STATUS) public QLa b; @SerializedName("data") public Xay c; private JsH(QLa qLa, Xay xay) { C14957gcv.e(qLa, ""); this.b = qLa; this.c = xay; } public static /* synthetic */ JsH a(JsH jsH, QLa qLa) { Xay xay = jsH.c; C14957gcv.e(qLa, ""); return new JsH(qLa, xay); } public /* synthetic */ JsH() { } public final String toString() { QLa qLa = this.b; Xay xay = this.c; StringBuilder sb = new StringBuilder("BaseFacialValidationEntity(status="); sb.append(qLa); sb.append(", data="); sb.append(xay); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); Xay xay = this.c; return (hashCode * 31) + (xay == null ? 0 : xay.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof JsH)) { return false; } JsH jsH = (JsH) obj; return C14957gcv.b(this.b, jsH.b) && C14957gcv.b(this.c, jsH.c); } }