- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
43 lines
960 B
Java
43 lines
960 B
Java
package com.mbridge.msdk.tracker.network;
|
|
|
|
import android.text.TextUtils;
|
|
import com.ironsource.v8;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class h {
|
|
private final String a;
|
|
private final String b;
|
|
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public h(String str, String str2) {
|
|
this.a = str;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || h.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
h hVar = (h) obj;
|
|
return TextUtils.equals(this.a, hVar.a) && TextUtils.equals(this.b, hVar.b);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.a.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final String toString() {
|
|
return "Header[name=" + this.a + ",value=" + this.b + v8.i.e;
|
|
}
|
|
}
|