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

35 lines
856 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dfC, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C9194dfC {
@SerializedName("enableBL_OTP")
public final Boolean b;
public final String toString() {
Boolean bool = this.b;
StringBuilder sb = new StringBuilder("ScbOneOtpToggleEntity(enableOtp=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Boolean bool = this.b;
if (bool == null) {
return 0;
}
return bool.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C9194dfC) && C14957gcv.b(this.b, ((C9194dfC) obj).b);
}
}