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

43 lines
912 B
Java

package o;
/* renamed from: o.gD, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14808gD {
public boolean b;
private /* synthetic */ C14808gD(byte b) {
this(false);
}
public C14808gD(boolean z) {
this.b = z;
}
public final String toString() {
boolean z = this.b;
StringBuilder sb = new StringBuilder("PaymentNotiIsoEvent(isIsoEvent=");
sb.append(z);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
boolean z = this.b;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C14808gD) && this.b == ((C14808gD) obj).b;
}
public C14808gD() {
this((byte) 0);
}
}