AirRequestNative.java
7.64 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
package com.snapchat.soju.shared.android.air;
import com.google.common.base.Objects;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.snapchat.soju.shared.android.SojuJsonAdapter;
import com.snapchat.soju.shared.android.SojuObject;
import com.snapchat.soju.shared.android.SojuTypeAdapterFactory;
import java.util.List;
@JsonAdapter(SojuTypeAdapterFactory.class)
@SojuJsonAdapter(AirRequestAdapter.class)
public class AirRequestNative
extends SojuObject
implements AirRequest
{
@SerializedName("bandwidth")
protected Long bandwidth;
@SerializedName("connection_type")
protected String connectionType;
@SerializedName("description")
protected String description;
@SerializedName("device_score")
protected Double deviceScore;
@SerializedName("feature")
protected String feature;
@SerializedName("id")
protected String id;
@SerializedName("notification_emails")
protected List<String> notificationEmails;
@SerializedName("other_info")
protected String otherInfo;
@SerializedName("report_option")
protected ReportOption reportOption;
@SerializedName("report_type")
protected String reportType;
@SerializedName("shake_sensitivity")
protected String shakeSensitivity;
@SerializedName("sub_feature")
protected String subFeature;
public boolean equals(Object paramObject)
{
if (paramObject == this) {}
do
{
return true;
if ((paramObject == null) || (!(paramObject instanceof AirRequest))) {
return false;
}
paramObject = (AirRequest)paramObject;
} while ((Objects.equal(getId(), ((AirRequest)paramObject).getId())) && (Objects.equal(getReportType(), ((AirRequest)paramObject).getReportType())) && (Objects.equal(getDescription(), ((AirRequest)paramObject).getDescription())) && (Objects.equal(getFeature(), ((AirRequest)paramObject).getFeature())) && (Objects.equal(getSubFeature(), ((AirRequest)paramObject).getSubFeature())) && (Objects.equal(getConnectionType(), ((AirRequest)paramObject).getConnectionType())) && (Objects.equal(getBandwidth(), ((AirRequest)paramObject).getBandwidth())) && (Objects.equal(getShakeSensitivity(), ((AirRequest)paramObject).getShakeSensitivity())) && (Objects.equal(getDeviceScore(), ((AirRequest)paramObject).getDeviceScore())) && (Objects.equal(getOtherInfo(), ((AirRequest)paramObject).getOtherInfo())) && (Objects.equal(getReportOption(), ((AirRequest)paramObject).getReportOption())) && (Objects.equal(getNotificationEmails(), ((AirRequest)paramObject).getNotificationEmails())));
return false;
}
public final Long getBandwidth()
{
return this.bandwidth;
}
public final String getConnectionType()
{
return this.connectionType;
}
public final NetworkConnectionType getConnectionTypeEnum()
{
return NetworkConnectionType.fromValue(this.connectionType);
}
public final String getDescription()
{
return this.description;
}
public final Double getDeviceScore()
{
return this.deviceScore;
}
public final String getFeature()
{
return this.feature;
}
public final String getId()
{
return this.id;
}
public final List<String> getNotificationEmails()
{
return this.notificationEmails;
}
public final String getOtherInfo()
{
return this.otherInfo;
}
public final ReportOption getReportOption()
{
return this.reportOption;
}
public final String getReportType()
{
return this.reportType;
}
public final ReportType getReportTypeEnum()
{
return ReportType.fromValue(this.reportType);
}
public final String getShakeSensitivity()
{
return this.shakeSensitivity;
}
public final ShakeSensitivityType getShakeSensitivityEnum()
{
return ShakeSensitivityType.fromValue(this.shakeSensitivity);
}
public final String getSubFeature()
{
return this.subFeature;
}
public int hashCode()
{
int i7 = 0;
int i;
int j;
label21:
int k;
label30:
int m;
label40:
int n;
label50:
int i1;
label60:
int i2;
label70:
int i3;
label80:
int i4;
label90:
int i5;
label100:
int i6;
if (this.id == null)
{
i = 0;
if (this.reportType != null) {
break label167;
}
j = 0;
if (this.description != null) {
break label181;
}
k = 0;
if (this.feature != null) {
break label195;
}
m = 0;
if (this.subFeature != null) {
break label210;
}
n = 0;
if (this.connectionType != null) {
break label225;
}
i1 = 0;
if (this.bandwidth != null) {
break label240;
}
i2 = 0;
if (this.shakeSensitivity != null) {
break label255;
}
i3 = 0;
if (this.deviceScore != null) {
break label270;
}
i4 = 0;
if (this.otherInfo != null) {
break label285;
}
i5 = 0;
if (this.reportOption != null) {
break label300;
}
i6 = 0;
label110:
if (this.notificationEmails != null) {
break label315;
}
}
for (;;)
{
return i6 + (i + 17 + j + k + m + n + i1 + i2 + i3 + i4 + i5) + i7;
i = this.id.hashCode() * 37;
break;
label167:
j = this.reportType.hashCode() * 37;
break label21;
label181:
k = this.description.hashCode() * 37;
break label30;
label195:
m = this.feature.hashCode() * 37;
break label40;
label210:
n = this.subFeature.hashCode() * 37;
break label50;
label225:
i1 = this.connectionType.hashCode() * 37;
break label60;
label240:
i2 = this.bandwidth.hashCode() * 37;
break label70;
label255:
i3 = this.shakeSensitivity.hashCode() * 37;
break label80;
label270:
i4 = this.deviceScore.hashCode() * 37;
break label90;
label285:
i5 = this.otherInfo.hashCode() * 37;
break label100;
label300:
i6 = this.reportOption.hashCode() * 37;
break label110;
label315:
i7 = this.notificationEmails.hashCode() * 37;
}
}
public final void setBandwidth(Long paramLong)
{
this.bandwidth = paramLong;
}
public final void setConnectionType(String paramString)
{
this.connectionType = paramString;
}
public final void setDescription(String paramString)
{
this.description = paramString;
}
public final void setDeviceScore(Double paramDouble)
{
this.deviceScore = paramDouble;
}
public final void setFeature(String paramString)
{
this.feature = paramString;
}
public final void setId(String paramString)
{
this.id = paramString;
}
public final void setNotificationEmails(List<String> paramList)
{
this.notificationEmails = paramList;
}
public final void setOtherInfo(String paramString)
{
this.otherInfo = paramString;
}
public final void setReportOption(ReportOption paramReportOption)
{
this.reportOption = paramReportOption;
}
public final void setReportType(String paramString)
{
this.reportType = paramString;
}
public final void setShakeSensitivity(String paramString)
{
this.shakeSensitivity = paramString;
}
public final void setSubFeature(String paramString)
{
this.subFeature = paramString;
}
public void validate()
{
if (getId() == null) {
throw new IllegalStateException("id is required to be initialized.");
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/snapchat/soju/shared/android/air/AirRequestNative.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/