56 lines
1.6 KiB
Java
56 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class NV {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
|
||
|
public NV(String str, String str2, String str3, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = str;
|
||
|
this.d = str2;
|
||
|
this.e = str3;
|
||
|
this.a = str4;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("SelectedOfferHeaderDisplay(amount=");
|
||
|
sb.append(str);
|
||
|
sb.append(", repayment=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", headerImage=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", amountIcon=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.b.hashCode();
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
String str = this.e;
|
||
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.a;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof NV)) {
|
||
|
return false;
|
||
|
}
|
||
|
NV nv = (NV) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) nv.b) && C14957gcv.b((Object) this.d, (Object) nv.d) && C14957gcv.b((Object) this.e, (Object) nv.e) && C14957gcv.b((Object) this.a, (Object) nv.a);
|
||
|
}
|
||
|
}
|