41 lines
999 B
Java
41 lines
999 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class WuY {
|
|
public final String c;
|
|
public final Rdh e;
|
|
|
|
public WuY(Rdh rdh, String str) {
|
|
C14957gcv.e(rdh, "");
|
|
C14957gcv.e(str, "");
|
|
this.e = rdh;
|
|
this.c = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
Rdh rdh = this.e;
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlLoanOfferStatus(applicationStatus=");
|
|
sb.append(rdh);
|
|
sb.append(", applicationUuid=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.e.hashCode() * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof WuY)) {
|
|
return false;
|
|
}
|
|
WuY wuY = (WuY) obj;
|
|
return this.e == wuY.e && C14957gcv.b((Object) this.c, (Object) wuY.c);
|
|
}
|
|
}
|