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

31 lines
773 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.vse, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17338vse {
@SerializedName("data")
private final C6402cRs c;
public final String toString() {
C6402cRs c6402cRs = this.c;
StringBuilder sb = new StringBuilder("LandingPopupInfoDataEntity(data=");
sb.append(c6402cRs);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C17338vse) && C14957gcv.b(this.c, ((C17338vse) obj).c);
}
}