51 lines
1.3 KiB
Java
51 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.jRd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15890jRd {
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
|
||
|
private /* synthetic */ C15890jRd(byte b) {
|
||
|
this("", "");
|
||
|
}
|
||
|
|
||
|
public C15890jRd(String str, String str2) {
|
||
|
this.b = str;
|
||
|
this.c = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("ReceivingAccount(name=");
|
||
|
sb.append(str);
|
||
|
sb.append(", number=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.c;
|
||
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15890jRd)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15890jRd c15890jRd = (C15890jRd) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c15890jRd.b) && C14957gcv.b((Object) this.c, (Object) c15890jRd.c);
|
||
|
}
|
||
|
|
||
|
public C15890jRd() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|