50 lines
1.4 KiB
Java
50 lines
1.4 KiB
Java
package o;
|
|
|
|
/* renamed from: o.nrD, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16387nrD {
|
|
public final String b;
|
|
public final String d;
|
|
public final Dae e;
|
|
|
|
public C16387nrD(Dae dae, String str, String str2) {
|
|
C14957gcv.e(dae, "");
|
|
this.e = dae;
|
|
this.d = str;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
Dae dae = this.e;
|
|
String str = this.d;
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder("PrivacyConsentContent(contentSource=");
|
|
sb.append(dae);
|
|
sb.append(", path=");
|
|
sb.append(str);
|
|
sb.append(", content=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
String str = this.d;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16387nrD)) {
|
|
return false;
|
|
}
|
|
C16387nrD c16387nrD = (C16387nrD) obj;
|
|
return this.e == c16387nrD.e && C14957gcv.b((Object) this.d, (Object) c16387nrD.d) && C14957gcv.b((Object) this.b, (Object) c16387nrD.b);
|
|
}
|
|
}
|