zzrt.java
3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
package com.google.android.gms.internal;
import android.text.TextUtils;
import com.google.android.gms.analytics.zzf;
import com.google.android.gms.common.internal.zzac;
import java.util.HashMap;
import java.util.Map;
public final class zzrt
extends zzf<zzrt>
{
private String a;
private String b;
private String c;
private String d;
private boolean e;
private String f;
private boolean g;
private double h;
public final String getUserId()
{
return this.c;
}
public final void setClientId(String paramString)
{
this.b = paramString;
}
public final void setSampleRate(double paramDouble)
{
if ((paramDouble >= 0.0D) && (paramDouble <= 100.0D)) {}
for (boolean bool = true;; bool = false)
{
zzac.zzb(bool, "Sample rate must be between 0% and 100%");
this.h = paramDouble;
return;
}
}
public final void setUserId(String paramString)
{
this.c = paramString;
}
public final String toString()
{
HashMap localHashMap = new HashMap();
localHashMap.put("hitType", this.a);
localHashMap.put("clientId", this.b);
localHashMap.put("userId", this.c);
localHashMap.put("androidAdId", this.d);
localHashMap.put("AdTargetingEnabled", Boolean.valueOf(this.e));
localHashMap.put("sessionControl", this.f);
localHashMap.put("nonInteraction", Boolean.valueOf(this.g));
localHashMap.put("sampleRate", Double.valueOf(this.h));
return zzj(localHashMap);
}
public final void zzS(boolean paramBoolean)
{
this.e = paramBoolean;
}
public final void zzT(boolean paramBoolean)
{
this.g = paramBoolean;
}
public final void zza(zzrt paramzzrt)
{
if (!TextUtils.isEmpty(this.a)) {
paramzzrt.zzbE(this.a);
}
if (!TextUtils.isEmpty(this.b)) {
paramzzrt.setClientId(this.b);
}
if (!TextUtils.isEmpty(this.c)) {
paramzzrt.setUserId(this.c);
}
if (!TextUtils.isEmpty(this.d)) {
paramzzrt.zzbF(this.d);
}
if (this.e) {
paramzzrt.zzS(true);
}
if (!TextUtils.isEmpty(this.f)) {
paramzzrt.zzbG(this.f);
}
if (this.g) {
paramzzrt.zzT(this.g);
}
if (this.h != 0.0D) {
paramzzrt.setSampleRate(this.h);
}
}
public final void zzbE(String paramString)
{
this.a = paramString;
}
public final void zzbF(String paramString)
{
this.d = paramString;
}
public final void zzbG(String paramString)
{
this.f = paramString;
}
public final String zzmy()
{
return this.b;
}
public final String zznu()
{
return this.a;
}
public final String zznv()
{
return this.d;
}
public final boolean zznw()
{
return this.e;
}
public final String zznx()
{
return this.f;
}
public final boolean zzny()
{
return this.g;
}
public final double zznz()
{
return this.h;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzrt.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/