package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.cP, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6312cP { @SerializedName("type") public final String b; public C6312cP(String str) { C14957gcv.e(str, ""); this.b = str; } public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("PointInquiryRequest(type="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C6312cP) && C14957gcv.b((Object) this.b, (Object) ((C6312cP) obj).b); } }