82 lines
2.6 KiB
Java
82 lines
2.6 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RGZ {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final boolean g;
|
|
|
|
public RGZ(String str, String str2, String str3, String str4, String str5, String str6, boolean z) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
this.c = str;
|
|
this.f = str2;
|
|
this.d = str3;
|
|
this.e = str4;
|
|
this.a = str5;
|
|
this.b = str6;
|
|
this.g = z;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.f;
|
|
String str3 = this.d;
|
|
String str4 = this.e;
|
|
String str5 = this.a;
|
|
String str6 = this.b;
|
|
boolean z = this.g;
|
|
StringBuilder sb = new StringBuilder("UpsellConfig(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(z);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
int hashCode2 = this.f.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
int hashCode4 = this.e.hashCode();
|
|
int hashCode5 = this.a.hashCode();
|
|
int hashCode6 = this.b.hashCode();
|
|
boolean z = this.g;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof RGZ)) {
|
|
return false;
|
|
}
|
|
RGZ rgz = (RGZ) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) rgz.c) && C14957gcv.b((Object) this.f, (Object) rgz.f) && C14957gcv.b((Object) this.d, (Object) rgz.d) && C14957gcv.b((Object) this.e, (Object) rgz.e) && C14957gcv.b((Object) this.a, (Object) rgz.a) && C14957gcv.b((Object) this.b, (Object) rgz.b) && this.g == rgz.g;
|
|
}
|
|
}
|