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

92 lines
3.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.MessageBundle;
/* renamed from: o.fSO, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13149fSO {
@SerializedName("backgroundImageUrl")
public final Ulw a;
@SerializedName("maximumPrincipal")
public final double b;
@SerializedName("description")
public final String c;
@SerializedName("gracePeriodHideFlag")
public final String d;
@SerializedName("installmentFrequency")
public final List<SNU> e;
@SerializedName("productCatalogue")
public final huP g;
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String h;
@SerializedName("principalStepSize")
public final double i;
@SerializedName("minimumPrincipal")
public final double j;
public final String toString() {
Ulw ulw = this.a;
String str = this.h;
String str2 = this.c;
String str3 = this.d;
double d = this.j;
double d2 = this.b;
double d3 = this.i;
List<SNU> list = this.e;
huP hup = this.g;
StringBuilder sb = new StringBuilder("HmlSimulatorEntity(background=");
sb.append(ulw);
sb.append(", title=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", gracePeriodHideFlag=");
sb.append(str3);
sb.append(", minimumPrincipal=");
sb.append(d);
sb.append(", maximumPrincipal=");
sb.append(d2);
sb.append(", principalStepSize=");
sb.append(d3);
sb.append(", installmentFrequency=");
sb.append(list);
sb.append(", productCatalogue=");
sb.append(hup);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Ulw ulw = this.a;
int hashCode = ulw == null ? 0 : ulw.hashCode();
String str = this.h;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + Double.hashCode(this.j)) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.i)) * 31) + this.e.hashCode()) * 31) + this.g.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13149fSO)) {
return false;
}
C13149fSO c13149fSO = (C13149fSO) obj;
return C14957gcv.b(this.a, c13149fSO.a) && C14957gcv.b((Object) this.h, (Object) c13149fSO.h) && C14957gcv.b((Object) this.c, (Object) c13149fSO.c) && C14957gcv.b((Object) this.d, (Object) c13149fSO.d) && Double.compare(this.j, c13149fSO.j) == 0 && Double.compare(this.b, c13149fSO.b) == 0 && Double.compare(this.i, c13149fSO.i) == 0 && C14957gcv.b(this.e, c13149fSO.e) && C14957gcv.b(this.g, c13149fSO.g);
}
}