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

51 lines
1.3 KiB
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.eb, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11211eb {
@SerializedName("consentCardXAcceptFlag")
private final String c;
@SerializedName("termCondVersion")
private final String d;
@SerializedName("tilesVersion")
public String e;
public C11211eb(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.d = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.d;
StringBuilder sb = new StringBuilder("UnregisteredCardXAccountRequest(consentCardXAcceptFlag=");
sb.append(str);
sb.append(", termCondVersion=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11211eb)) {
return false;
}
C11211eb c11211eb = (C11211eb) obj;
return C14957gcv.b((Object) this.c, (Object) c11211eb.c) && C14957gcv.b((Object) this.d, (Object) c11211eb.d);
}
}