55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TYn {
|
|
|
|
@SerializedName("nickname")
|
|
public final String a;
|
|
|
|
@SerializedName("accountNo")
|
|
public final String b;
|
|
|
|
@SerializedName("accountTypeDesc")
|
|
public final String d;
|
|
|
|
@SerializedName("isSelected")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.d;
|
|
String str3 = this.a;
|
|
String str4 = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlDepositListEntity(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", accountTypeDesc=");
|
|
sb.append(str2);
|
|
sb.append(", nickName=");
|
|
sb.append(str3);
|
|
sb.append(", isSelected=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.b.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
String str = this.a;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof TYn)) {
|
|
return false;
|
|
}
|
|
TYn tYn = (TYn) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) tYn.b) && C14957gcv.b((Object) this.d, (Object) tYn.d) && C14957gcv.b((Object) this.a, (Object) tYn.a) && C14957gcv.b((Object) this.e, (Object) tYn.e);
|
|
}
|
|
}
|