52 lines
1.5 KiB
Java
52 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.qPh, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16689qPh {
|
||
|
|
||
|
@SerializedName("deposit")
|
||
|
public final JAX a;
|
||
|
|
||
|
@SerializedName("nickname")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("clientNo")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
JAX jax = this.a;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormOmnibusMfClientEntity(clientNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", nickname=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", deposit=");
|
||
|
sb.append(jax);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
JAX jax = this.a;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (jax != null ? jax.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C16689qPh)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16689qPh c16689qPh = (C16689qPh) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c16689qPh.e) && C14957gcv.b((Object) this.b, (Object) c16689qPh.b) && C14957gcv.b(this.a, c16689qPh.a);
|
||
|
}
|
||
|
}
|