package com.google.android.gms.internal.p002firebaseauthapi; import java.util.Arrays; import java.util.List; /* loaded from: classes.dex */ public final class zzot { private final zzom zza; private final List zzb; private final Integer zzc; /* synthetic */ zzot(zzom zzomVar, List list, Integer num, zzos zzosVar) { this.zza = zzomVar; this.zzb = list; this.zzc = num; } public final boolean equals(Object obj) { if (!(obj instanceof zzot)) { return false; } zzot zzotVar = (zzot) obj; if (this.zza.equals(zzotVar.zza) && this.zzb.equals(zzotVar.zzb)) { Integer num = this.zzc; Integer num2 = zzotVar.zzc; if (num == num2) { return true; } if (num != null && num.equals(num2)) { return true; } } return false; } public final int hashCode() { return Arrays.hashCode(new Object[]{this.zza, this.zzb}); } public final String toString() { return String.format("(annotations=%s, entries=%s, primaryKeyId=%s)", this.zza, this.zzb, this.zzc); } }