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

34 lines
718 B
Java

package o;
/* loaded from: classes3.dex */
public final class YpU {
public final boolean a;
public YpU(boolean z) {
this.a = z;
}
public final String toString() {
boolean z = this.a;
StringBuilder sb = new StringBuilder("BillersMerchantValidation(allowBillpayment=");
sb.append(z);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
boolean z = this.a;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof YpU) && this.a == ((YpU) obj).a;
}
}