41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class OQk {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
|
||
|
public OQk(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("SecurityAnalyticsKeyValueParamEntity(key=");
|
||
|
sb.append(str);
|
||
|
sb.append(", value=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.b.hashCode() * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof OQk)) {
|
||
|
return false;
|
||
|
}
|
||
|
OQk oQk = (OQk) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) oQk.b) && C14957gcv.b((Object) this.a, (Object) oQk.a);
|
||
|
}
|
||
|
}
|