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

35 lines
849 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.avz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C3358avz {
@SerializedName("allSecuredMobileFlag")
private boolean d = false;
public final String toString() {
boolean z = this.d;
StringBuilder sb = new StringBuilder("GetSecuredMobileNumberRequest(allSecuredMobileFlag=");
sb.append(z);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
boolean z = this.d;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C3358avz) && this.d == ((C3358avz) obj).d;
}
}