70 lines
2.1 KiB
Java
70 lines
2.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yej {
|
|
|
|
@SerializedName("name")
|
|
public final String a;
|
|
|
|
@SerializedName("imageURL")
|
|
public final String b;
|
|
|
|
@SerializedName("accountType")
|
|
public final String c;
|
|
|
|
@SerializedName("productCode")
|
|
public final String d;
|
|
|
|
@SerializedName("desc")
|
|
public final String e;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int h;
|
|
|
|
public final String toString() {
|
|
int i = this.h;
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
String str3 = this.e;
|
|
String str4 = this.b;
|
|
String str5 = this.d;
|
|
StringBuilder sb = new StringBuilder("DepositAccountEntity(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", accountType=");
|
|
sb.append(str);
|
|
sb.append(", name=");
|
|
sb.append(str2);
|
|
sb.append(", desc=");
|
|
sb.append(str3);
|
|
sb.append(", imageURL=");
|
|
sb.append(str4);
|
|
sb.append(", productCode=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.h);
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.a.hashCode();
|
|
int hashCode4 = this.e.hashCode();
|
|
int hashCode5 = this.b.hashCode();
|
|
String str = this.d;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof yej)) {
|
|
return false;
|
|
}
|
|
yej yejVar = (yej) obj;
|
|
return this.h == yejVar.h && C14957gcv.b((Object) this.c, (Object) yejVar.c) && C14957gcv.b((Object) this.a, (Object) yejVar.a) && C14957gcv.b((Object) this.e, (Object) yejVar.e) && C14957gcv.b((Object) this.b, (Object) yejVar.b) && C14957gcv.b((Object) this.d, (Object) yejVar.d);
|
|
}
|
|
}
|