@@ -255,46 +255,46 @@ public boolean equals(Object other) {
255255 @ Override
256256 public int hashCode () {
257257 int hashCode = 17 ;
258- hashCode = 37 * hashCode + Util .hashString (uuid );
259- hashCode = 37 * hashCode + Util .hashBoolean (enabled );
260- hashCode = 37 * hashCode + Util .hashBoolean (isGdprForgotten );
261- hashCode = 37 * hashCode + Util .hashBoolean (isThirdPartySharingDisabled );
262- hashCode = 37 * hashCode + Util .hashBoolean (isThirdPartySharingDisabledForCoppa );
263- hashCode = 37 * hashCode + Util .hashBoolean (askingAttribution );
258+ hashCode = Util .hashString (uuid , hashCode );
259+ hashCode = Util .hashBoolean (enabled , hashCode );
260+ hashCode = Util .hashBoolean (isGdprForgotten , hashCode );
261+ hashCode = Util .hashBoolean (isThirdPartySharingDisabled , hashCode );
262+ hashCode = Util .hashBoolean (isThirdPartySharingDisabledForCoppa , hashCode );
263+ hashCode = Util .hashBoolean (askingAttribution , hashCode );
264264 hashCode = 37 * hashCode + eventCount ;
265265 hashCode = 37 * hashCode + sessionCount ;
266266 hashCode = 37 * hashCode + subsessionCount ;
267- hashCode = 37 * hashCode + Util .hashLong (sessionLength );
268- hashCode = 37 * hashCode + Util .hashLong (timeSpent );
269- hashCode = 37 * hashCode + Util .hashLong (lastInterval );
270- hashCode = 37 * hashCode + Util .hashBoolean (updatePackages );
271- hashCode = 37 * hashCode + Util .hashObject (orderIds );
272- hashCode = 37 * hashCode + Util .hashString (pushToken );
273- hashCode = 37 * hashCode + Util .hashString (adid );
274- hashCode = 37 * hashCode + Util .hashLong (clickTime );
275- hashCode = 37 * hashCode + Util .hashLong (installBegin );
276- hashCode = 37 * hashCode + Util .hashString (installReferrer );
277- hashCode = 37 * hashCode + Util .hashBoolean (googlePlayInstant );
278- hashCode = 37 * hashCode + Util .hashLong (clickTimeServer );
279- hashCode = 37 * hashCode + Util .hashLong (installBeginServer );
280- hashCode = 37 * hashCode + Util .hashString (installVersion );
281- hashCode = 37 * hashCode + Util .hashLong (clickTimeHuawei );
282- hashCode = 37 * hashCode + Util .hashLong (installBeginHuawei );
283- hashCode = 37 * hashCode + Util .hashString (installReferrerHuawei );
284- hashCode = 37 * hashCode + Util .hashString (installReferrerHuaweiAppGallery );
285- hashCode = 37 * hashCode + Util .hashLong (clickTimeXiaomi );
286- hashCode = 37 * hashCode + Util .hashLong (installBeginXiaomi );
287- hashCode = 37 * hashCode + Util .hashString (installReferrerXiaomi );
288- hashCode = 37 * hashCode + Util .hashLong (clickTimeServerXiaomi );
289- hashCode = 37 * hashCode + Util .hashLong (installBeginServerXiaomi );
290- hashCode = 37 * hashCode + Util .hashString (installVersionXiaomi );
291- hashCode = 37 * hashCode + Util .hashLong (clickTimeSamsung );
292- hashCode = 37 * hashCode + Util .hashLong (installBeginSamsung );
293- hashCode = 37 * hashCode + Util .hashString (installReferrerSamsung );
294- hashCode = 37 * hashCode + Util .hashLong (clickTimeVivo );
295- hashCode = 37 * hashCode + Util .hashLong (installBeginVivo );
296- hashCode = 37 * hashCode + Util .hashString (installReferrerVivo );
297- hashCode = 37 * hashCode + Util .hashString (installVersionVivo );
267+ hashCode = Util .hashLong (sessionLength , hashCode );
268+ hashCode = Util .hashLong (timeSpent , hashCode );
269+ hashCode = Util .hashLong (lastInterval , hashCode );
270+ hashCode = Util .hashBoolean (updatePackages , hashCode );
271+ hashCode = Util .hashObject (orderIds , hashCode );
272+ hashCode = Util .hashString (pushToken , hashCode );
273+ hashCode = Util .hashString (adid , hashCode );
274+ hashCode = Util .hashLong (clickTime , hashCode );
275+ hashCode = Util .hashLong (installBegin , hashCode );
276+ hashCode = Util .hashString (installReferrer , hashCode );
277+ hashCode = Util .hashBoolean (googlePlayInstant , hashCode );
278+ hashCode = Util .hashLong (clickTimeServer , hashCode );
279+ hashCode = Util .hashLong (installBeginServer , hashCode );
280+ hashCode = Util .hashString (installVersion , hashCode );
281+ hashCode = Util .hashLong (clickTimeHuawei , hashCode );
282+ hashCode = Util .hashLong (installBeginHuawei , hashCode );
283+ hashCode = Util .hashString (installReferrerHuawei , hashCode );
284+ hashCode = Util .hashString (installReferrerHuaweiAppGallery , hashCode );
285+ hashCode = Util .hashLong (clickTimeXiaomi , hashCode );
286+ hashCode = Util .hashLong (installBeginXiaomi , hashCode );
287+ hashCode = Util .hashString (installReferrerXiaomi , hashCode );
288+ hashCode = Util .hashLong (clickTimeServerXiaomi , hashCode );
289+ hashCode = Util .hashLong (installBeginServerXiaomi , hashCode );
290+ hashCode = Util .hashString (installVersionXiaomi , hashCode );
291+ hashCode = Util .hashLong (clickTimeSamsung , hashCode );
292+ hashCode = Util .hashLong (installBeginSamsung , hashCode );
293+ hashCode = Util .hashString (installReferrerSamsung , hashCode );
294+ hashCode = Util .hashLong (clickTimeVivo , hashCode );
295+ hashCode = Util .hashLong (installBeginVivo , hashCode );
296+ hashCode = Util .hashString (installReferrerVivo , hashCode );
297+ hashCode = Util .hashString (installVersionVivo , hashCode );
298298 return hashCode ;
299299 }
300300
0 commit comments