package com.google.android.gms.internal.gtm; import java.util.Collections; import java.util.List; /* loaded from: classes.dex */ public final class zznx { private static final String zzals = new String(""); private static final Integer zzatz = 0; private final int type; private final Object value; private final List zzaua; private final boolean zzaub; private zznx(Integer num, Object obj, List list, boolean z) { this.type = num.intValue(); this.value = obj; this.zzaua = Collections.unmodifiableList(list); this.zzaub = z; } public final String toString() { Object obj = this.value; if (obj == null) { zzev.zzav("Fail to convert a null object to string"); return zzals; } return obj.toString(); } public final boolean equals(Object obj) { return (obj instanceof zznx) && ((zznx) obj).value.equals(this.value); } public final int hashCode() { return this.value.hashCode(); } public final List zzmd() { return this.zzaua; } public final Object getValue() { return this.value; } public final int getType() { return this.type; } }