41 lines
1.1 KiB
Java
41 lines
1.1 KiB
Java
|
package com.google.android.gms.measurement.internal;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class zzem {
|
||
|
public final String zza;
|
||
|
public final String zzb;
|
||
|
public final long zzc;
|
||
|
public final Bundle zzd;
|
||
|
|
||
|
public static zzem zzb(zzat zzatVar) {
|
||
|
return new zzem(zzatVar.zza, zzatVar.zzc, zzatVar.zzb.zzc(), zzatVar.zzd);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.zzb;
|
||
|
String str2 = this.zza;
|
||
|
String obj = this.zzd.toString();
|
||
|
StringBuilder sb = new StringBuilder(String.valueOf(str).length() + 21 + String.valueOf(str2).length() + obj.length());
|
||
|
sb.append("origin=");
|
||
|
sb.append(str);
|
||
|
sb.append(",name=");
|
||
|
sb.append(str2);
|
||
|
sb.append(",params=");
|
||
|
sb.append(obj);
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final zzat zza() {
|
||
|
return new zzat(this.zza, new zzar(new Bundle(this.zzd)), this.zzb, this.zzc);
|
||
|
}
|
||
|
|
||
|
public zzem(String str, String str2, Bundle bundle, long j) {
|
||
|
this.zza = str;
|
||
|
this.zzb = str2;
|
||
|
this.zzd = bundle;
|
||
|
this.zzc = j;
|
||
|
}
|
||
|
}
|