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

52 lines
1.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class XjP {
@SerializedName("content")
private final String a;
@SerializedName("contentSource")
private final String b;
@SerializedName("productType")
private final String d;
@SerializedName("applicationUuid")
private final String e;
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.b;
String str4 = this.a;
StringBuilder sb = new StringBuilder("HmlBusinessOwnerConsentEntity(applicationUuid=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", contentSource=");
sb.append(str3);
sb.append(", content=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.e.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof XjP)) {
return false;
}
XjP xjP = (XjP) obj;
return C14957gcv.b((Object) this.e, (Object) xjP.e) && C14957gcv.b((Object) this.d, (Object) xjP.d) && C14957gcv.b((Object) this.b, (Object) xjP.b) && C14957gcv.b((Object) this.a, (Object) xjP.a);
}
}