85 lines
2.7 KiB
Java
85 lines
2.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class fDF {
|
|
|
|
@SerializedName("accountSubType")
|
|
public final String a;
|
|
|
|
@SerializedName("accountName")
|
|
public final String b;
|
|
|
|
@SerializedName("accountType")
|
|
public final String c;
|
|
|
|
@SerializedName("accountSubTypeDesc")
|
|
public final String d;
|
|
|
|
@SerializedName("accountNo")
|
|
public final String e;
|
|
|
|
@SerializedName("accountTypeDesc")
|
|
public final String g;
|
|
|
|
@SerializedName("allowTag")
|
|
public final List<String> h;
|
|
|
|
@SerializedName("nickname")
|
|
public final String i;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.g;
|
|
String str4 = this.a;
|
|
String str5 = this.d;
|
|
String str6 = this.i;
|
|
String str7 = this.b;
|
|
List<String> list = this.h;
|
|
StringBuilder sb = new StringBuilder("EasycashAccountEntity(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", accountType=");
|
|
sb.append(str2);
|
|
sb.append(", accountTypeDesc=");
|
|
sb.append(str3);
|
|
sb.append(", accountSubType=");
|
|
sb.append(str4);
|
|
sb.append(", accountSubTypeDesc=");
|
|
sb.append(str5);
|
|
sb.append(", nickname=");
|
|
sb.append(str6);
|
|
sb.append(", accountName=");
|
|
sb.append(str7);
|
|
sb.append(", allowTag=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
String str = this.a;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.d;
|
|
int hashCode5 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.i;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.b.hashCode()) * 31) + this.h.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof fDF)) {
|
|
return false;
|
|
}
|
|
fDF fdf = (fDF) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) fdf.e) && C14957gcv.b((Object) this.c, (Object) fdf.c) && C14957gcv.b((Object) this.g, (Object) fdf.g) && C14957gcv.b((Object) this.a, (Object) fdf.a) && C14957gcv.b((Object) this.d, (Object) fdf.d) && C14957gcv.b((Object) this.i, (Object) fdf.i) && C14957gcv.b((Object) this.b, (Object) fdf.b) && C14957gcv.b(this.h, fdf.h);
|
|
}
|
|
}
|