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

30 lines
693 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class xVK {
@SerializedName("app")
public final String e;
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("RejectedBackgroundEntity(image=");
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 xVK) && C14957gcv.b((Object) this.e, (Object) ((xVK) obj).e);
}
}