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

70 lines
2.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Puu {
@SerializedName("minimumPrincipal")
public final String a;
@SerializedName("simulatorDescription")
public final String b;
@SerializedName("principalStepSize")
public final String c;
@SerializedName("maximumPrincipal")
public final String d;
@SerializedName("iconPath")
public final String e;
@SerializedName("simulatorTitle")
public final String h;
@SerializedName("simulatorEnableFlag")
public final String j;
public final String toString() {
String str = this.e;
String str2 = this.h;
String str3 = this.b;
String str4 = this.a;
String str5 = this.d;
String str6 = this.c;
String str7 = this.j;
StringBuilder sb = new StringBuilder("UpsellConfigEntity(iconPath=");
sb.append(str);
sb.append(", simulatorTitle=");
sb.append(str2);
sb.append(", simulatorDescription=");
sb.append(str3);
sb.append(", minimumPrincipal=");
sb.append(str4);
sb.append(", maximumPrincipal=");
sb.append(str5);
sb.append(", principalStepSize=");
sb.append(str6);
sb.append(", simulatorEnableFlag=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.e.hashCode() * 31) + this.h.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Puu)) {
return false;
}
Puu puu = (Puu) obj;
return C14957gcv.b((Object) this.e, (Object) puu.e) && C14957gcv.b((Object) this.h, (Object) puu.h) && C14957gcv.b((Object) this.b, (Object) puu.b) && C14957gcv.b((Object) this.a, (Object) puu.a) && C14957gcv.b((Object) this.d, (Object) puu.d) && C14957gcv.b((Object) this.c, (Object) puu.c) && C14957gcv.b((Object) this.j, (Object) puu.j);
}
}