45 lines
1.2 KiB
Java
45 lines
1.2 KiB
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import java.util.Arrays;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzjj {
|
|
private final zzjc zza;
|
|
private final List zzb;
|
|
private final Integer zzc;
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zzjj)) {
|
|
return false;
|
|
}
|
|
zzjj zzjjVar = (zzjj) obj;
|
|
if (this.zza.equals(zzjjVar.zza) && this.zzb.equals(zzjjVar.zzb)) {
|
|
Integer num = this.zzc;
|
|
Integer num2 = zzjjVar.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);
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public /* synthetic */ zzjj(zzjc zzjcVar, List list, Integer num, zzji zzjiVar) {
|
|
this.zza = zzjcVar;
|
|
this.zzb = list;
|
|
this.zzc = num;
|
|
}
|
|
}
|