49 lines
1.4 KiB
Java
49 lines
1.4 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TIg {
|
|
public final String a;
|
|
public final C0995Tfr c;
|
|
public final String e;
|
|
|
|
public TIg(String str, String str2, C0995Tfr c0995Tfr) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = str;
|
|
this.a = str2;
|
|
this.c = c0995Tfr;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
C0995Tfr c0995Tfr = this.c;
|
|
StringBuilder sb = new StringBuilder("SingleFormOmnibusMfClient(clientNo=");
|
|
sb.append(str);
|
|
sb.append(", nickname=");
|
|
sb.append(str2);
|
|
sb.append(", deposit=");
|
|
sb.append(c0995Tfr);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
C0995Tfr c0995Tfr = this.c;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (c0995Tfr == null ? 0 : c0995Tfr.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof TIg)) {
|
|
return false;
|
|
}
|
|
TIg tIg = (TIg) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) tIg.e) && C14957gcv.b((Object) this.a, (Object) tIg.a) && C14957gcv.b(this.c, tIg.c);
|
|
}
|
|
}
|