- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
753 B
Java
37 lines
753 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.IntRange;
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzq {
|
|
public final int zza = 0;
|
|
|
|
@IntRange(from = 0)
|
|
public final int zzb = 0;
|
|
|
|
@IntRange(from = 0)
|
|
public final int zzc = 0;
|
|
|
|
@Nullable
|
|
public final String zzd = null;
|
|
|
|
public /* synthetic */ zzq(zzo zzoVar, zzp zzpVar) {
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zzq)) {
|
|
return false;
|
|
}
|
|
int i = ((zzq) obj).zza;
|
|
return true;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return 15699857;
|
|
}
|
|
}
|