what-the-bank/sources/o/C12218eu.java

36 lines
864 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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);
}
}