83 lines
2.6 KiB
Java
83 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class PfZ {
|
||
|
|
||
|
@SerializedName("accountName")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("branchCode")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("accountBranch")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("accountNickname")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("productTypeCode")
|
||
|
public final String g;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final Integer i;
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.i;
|
||
|
String str = this.a;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.c;
|
||
|
String str6 = this.g;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormAccountEntity(sortSequence=");
|
||
|
sb.append(num);
|
||
|
sb.append(", accountName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountNickname=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", accountNo=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", accountBranch=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", branchCode=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", productTypeCode=");
|
||
|
sb.append(str6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.i;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.b;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.c;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.g;
|
||
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof PfZ)) {
|
||
|
return false;
|
||
|
}
|
||
|
PfZ pfZ = (PfZ) obj;
|
||
|
return C14957gcv.b(this.i, pfZ.i) && C14957gcv.b((Object) this.a, (Object) pfZ.a) && C14957gcv.b((Object) this.e, (Object) pfZ.e) && C14957gcv.b((Object) this.b, (Object) pfZ.b) && C14957gcv.b((Object) this.d, (Object) pfZ.d) && C14957gcv.b((Object) this.c, (Object) pfZ.c) && C14957gcv.b((Object) this.g, (Object) pfZ.g);
|
||
|
}
|
||
|
}
|