package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class NNi { @SerializedName("accountType") public EnumC16172lsC a; @SerializedName("accountNumber") public String b; @SerializedName("bankLogo") public String c; @SerializedName("name") public String e; private /* synthetic */ NNi(byte b) { this(null, null, null, null); } public NNi(String str, String str2, EnumC16172lsC enumC16172lsC, String str3) { this.c = str; this.e = str2; this.a = enumC16172lsC; this.b = str3; } public final String toString() { String str = this.c; String str2 = this.e; EnumC16172lsC enumC16172lsC = this.a; String str3 = this.b; StringBuilder sb = new StringBuilder("PullSlipSender(bankLogo="); sb.append(str); sb.append(", name="); sb.append(str2); sb.append(", accountType="); sb.append(enumC16172lsC); sb.append(", accountNumber="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); EnumC16172lsC enumC16172lsC = this.a; int hashCode3 = enumC16172lsC == null ? 0 : enumC16172lsC.hashCode(); String str3 = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof NNi)) { return false; } NNi nNi = (NNi) obj; return C14957gcv.b((Object) this.c, (Object) nNi.c) && C14957gcv.b((Object) this.e, (Object) nNi.e) && this.a == nNi.a && C14957gcv.b((Object) this.b, (Object) nNi.b); } public NNi() { this((byte) 0); } }