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