what-the-bank/sources/o/NZw.java

85 lines
2.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class NZw {
@SerializedName("themeFlag")
public final String a;
@SerializedName("body")
public final List<KDt> b;
@SerializedName("footer")
public final List<spQ> c;
@SerializedName("isISO20022")
public final String d;
@SerializedName("header")
public final wVN e;
@SerializedName("voidRemark")
public final C17766zbW g;
public NZw(String str, wVN wvn, List<KDt> list, List<spQ> list2, C17766zbW c17766zbW, String str2) {
C14957gcv.e(str, "");
this.a = str;
this.e = wvn;
this.b = list;
this.c = list2;
this.g = c17766zbW;
this.d = str2;
}
public final String toString() {
String str = this.a;
wVN wvn = this.e;
List<KDt> list = this.b;
List<spQ> list2 = this.c;
C17766zbW c17766zbW = this.g;
String str2 = this.d;
StringBuilder sb = new StringBuilder("ThirdPartySlipEntity(themeFlag=");
sb.append(str);
sb.append(", header=");
sb.append(wvn);
sb.append(", body=");
sb.append(list);
sb.append(", footer=");
sb.append(list2);
sb.append(", voidRemark=");
sb.append(c17766zbW);
sb.append(", isISO20022=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
wVN wvn = this.e;
int hashCode2 = wvn == null ? 0 : wvn.hashCode();
List<KDt> list = this.b;
int hashCode3 = list == null ? 0 : list.hashCode();
List<spQ> list2 = this.c;
int hashCode4 = list2 == null ? 0 : list2.hashCode();
C17766zbW c17766zbW = this.g;
int hashCode5 = c17766zbW == null ? 0 : c17766zbW.hashCode();
String str = this.d;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NZw)) {
return false;
}
NZw nZw = (NZw) obj;
return C14957gcv.b((Object) this.a, (Object) nZw.a) && C14957gcv.b(this.e, nZw.e) && C14957gcv.b(this.b, nZw.b) && C14957gcv.b(this.c, nZw.c) && C14957gcv.b(this.g, nZw.g) && C14957gcv.b((Object) this.d, (Object) nZw.d);
}
}