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

59 lines
1.8 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class NSh {
public final C1742aND a;
public final C1742aND b;
public final WVd c;
public final UQs d;
public final C1742aND e;
public NSh(WVd wVd, C1742aND c1742aND, C1742aND c1742aND2, C1742aND c1742aND3, UQs uQs) {
C14957gcv.e(wVd, "");
C14957gcv.e(c1742aND, "");
C14957gcv.e(c1742aND2, "");
C14957gcv.e(c1742aND3, "");
C14957gcv.e(uQs, "");
this.c = wVd;
this.e = c1742aND;
this.a = c1742aND2;
this.b = c1742aND3;
this.d = uQs;
}
public final String toString() {
WVd wVd = this.c;
C1742aND c1742aND = this.e;
C1742aND c1742aND2 = this.a;
C1742aND c1742aND3 = this.b;
UQs uQs = this.d;
StringBuilder sb = new StringBuilder("HmlBusinessURLInfo(validationConfig=");
sb.append(wVd);
sb.append(", businessRegistrationNo=");
sb.append(c1742aND);
sb.append(", businessOnLease=");
sb.append(c1742aND2);
sb.append(", businessUrl=");
sb.append(c1742aND3);
sb.append(", marketplaceUrl=");
sb.append(uQs);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NSh)) {
return false;
}
NSh nSh = (NSh) obj;
return C14957gcv.b(this.c, nSh.c) && C14957gcv.b(this.e, nSh.e) && C14957gcv.b(this.a, nSh.a) && C14957gcv.b(this.b, nSh.b) && C14957gcv.b(this.d, nSh.d);
}
}