package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class XYQ { @SerializedName("requestId") public final String a; @SerializedName("requestMessage") public final String b; @SerializedName("requestTimeout") public final String c; @SerializedName("serviceIdList") public final List d; @SerializedName("requestType") public final String e; @SerializedName("skipFacial") public final String f; public final String toString() { String str = this.b; String str2 = this.a; String str3 = this.c; String str4 = this.f; String str5 = this.e; List list = this.d; StringBuilder sb = new StringBuilder("IdpRequestEntity(requestMessage="); sb.append(str); sb.append(", requestId="); sb.append(str2); sb.append(", requestTimeout="); sb.append(str3); sb.append(", skipFacial="); sb.append(str4); sb.append(", requestType="); sb.append(str5); sb.append(", serviceIdList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.e; int hashCode5 = str5 == null ? 0 : str5.hashCode(); List list = this.d; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof XYQ)) { return false; } XYQ xyq = (XYQ) obj; return C14957gcv.b((Object) this.b, (Object) xyq.b) && C14957gcv.b((Object) this.a, (Object) xyq.a) && C14957gcv.b((Object) this.c, (Object) xyq.c) && C14957gcv.b((Object) this.f, (Object) xyq.f) && C14957gcv.b((Object) this.e, (Object) xyq.e) && C14957gcv.b(this.d, xyq.d); } }