what-the-bank/sources/com/google/android/gms/internal/gtm/zzx.java

58 lines
1.5 KiB
Java

package com.google.android.gms.internal.gtm;
import android.text.TextUtils;
import com.google.android.gms.analytics.zzi;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import java.util.HashMap;
/* loaded from: classes.dex */
public final class zzx extends zzi<zzx> {
private String category;
private String label;
private long value;
private String zzup;
public final String toString() {
HashMap hashMap = new HashMap();
hashMap.put("category", this.category);
hashMap.put("action", this.zzup);
hashMap.put("label", this.label);
hashMap.put(AppMeasurementSdk.ConditionalUserProperty.VALUE, Long.valueOf(this.value));
return zza((Object) hashMap);
}
@Override // com.google.android.gms.analytics.zzi
public final /* synthetic */ void zzb(zzx zzxVar) {
zzx zzxVar2 = zzxVar;
if (!TextUtils.isEmpty(this.category)) {
zzxVar2.category = this.category;
}
if (!TextUtils.isEmpty(this.zzup)) {
zzxVar2.zzup = this.zzup;
}
if (!TextUtils.isEmpty(this.label)) {
zzxVar2.label = this.label;
}
long j = this.value;
if (j != 0) {
zzxVar2.value = j;
}
}
public final String zzbr() {
return this.category;
}
public final long getValue() {
return this.value;
}
public final String getLabel() {
return this.label;
}
public final String getAction() {
return this.zzup;
}
}