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

36 lines
883 B
Java

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