what-the-bank/sources/o/WNt.java

64 lines
1.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class WNt extends C16562pOe {
@SerializedName("content")
private final String a;
@SerializedName("contentSource")
private final String c;
@SerializedName("path")
private final String d;
public final C16387nrD b() {
Dae dae = Dae.STATIC_CONTENT;
try {
String str = this.c;
if (str == null) {
str = "";
}
dae = Dae.valueOf(str);
} catch (IllegalArgumentException unused) {
}
return new C16387nrD(dae, this.d, this.a);
}
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.a;
StringBuilder sb = new StringBuilder("PrivacyConsentContentEntity(contentSource=");
sb.append(str);
sb.append(", path=");
sb.append(str2);
sb.append(", content=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WNt)) {
return false;
}
WNt wNt = (WNt) obj;
return C14957gcv.b((Object) this.c, (Object) wNt.c) && C14957gcv.b((Object) this.d, (Object) wNt.d) && C14957gcv.b((Object) this.a, (Object) wNt.a);
}
}