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

32 lines
801 B
Java

package o;
/* renamed from: o.Rx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0937Rx {
public final String e;
public C0937Rx(String str) {
C14957gcv.e(str, "");
this.e = str;
}
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("MailingAddressDetailsDisplay(formattedCurrentAddress=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C0937Rx) && C14957gcv.b((Object) this.e, (Object) ((C0937Rx) obj).e);
}
}