package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.api.entity.common.CommonConstant; /* loaded from: classes3.dex */ public final class jRv { @SerializedName("client_secret") private final String a; @SerializedName("grant_type") private final String b; @SerializedName(CommonConstant.ReqAccessTokenParam.CLIENT_ID) private final String c; @SerializedName("code") private final String e; public jRv(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); this.e = str; this.b = str2; this.a = str3; this.c = str4; } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.a; String str4 = this.c; StringBuilder sb = new StringBuilder("GoogleSigninAuthCodeRequest(authCode="); sb.append(str); sb.append(", grantType="); sb.append(str2); sb.append(", clientSecret="); sb.append(str3); sb.append(", clientId="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.b.hashCode(); String str = this.a; return (((((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof jRv)) { return false; } jRv jrv = (jRv) obj; return C14957gcv.b((Object) this.e, (Object) jrv.e) && C14957gcv.b((Object) this.b, (Object) jrv.b) && C14957gcv.b((Object) this.a, (Object) jrv.a) && C14957gcv.b((Object) this.c, (Object) jrv.c); } }