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

39 lines
899 B
Java

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