35 lines
849 B
Java
35 lines
849 B
Java
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;
|
|
}
|
|
}
|