package com.google.android.gms.internal.p002firebaseauthapi; /* loaded from: classes.dex */ final class zzacs extends zzaeb { private final String zza; private final String zzb; zzacs(String str, String str2) { this.zza = str; this.zzb = str2; } public final boolean equals(Object obj) { if (obj == this) { return true; } if (obj instanceof zzaeb) { zzaeb zzaebVar = (zzaeb) obj; String str = this.zza; if (str != null ? str.equals(zzaebVar.zzb()) : zzaebVar.zzb() == null) { String str2 = this.zzb; if (str2 != null ? str2.equals(zzaebVar.zza()) : zzaebVar.zza() == null) { return true; } } } return false; } public final int hashCode() { String str = this.zza; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.zzb; return ((hashCode ^ 1000003) * 1000003) ^ (str2 != null ? str2.hashCode() : 0); } public final String toString() { return "RecaptchaEnforcementState{provider=" + this.zza + ", enforcementState=" + this.zzb + "}"; } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzaeb final String zza() { return this.zzb; } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzaeb final String zzb() { return this.zza; } }