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

56 lines
1.6 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class WJ {
public final EN a;
public final String b;
public final String c;
public final String d;
public WJ(String str, String str2, String str3, EN en) {
this.d = str;
this.b = str2;
this.c = str3;
this.a = en;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.c;
EN en = this.a;
StringBuilder sb = new StringBuilder("SingleFormUpdateOpenFlagDisplay(openSCBSFlag=");
sb.append(str);
sb.append(", openMfFlag=");
sb.append(str2);
sb.append(", openOmnibusFlag=");
sb.append(str3);
sb.append(", status=");
sb.append(en);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
EN en = this.a;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (en != null ? en.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WJ)) {
return false;
}
WJ wj = (WJ) obj;
return C14957gcv.b((Object) this.d, (Object) wj.d) && C14957gcv.b((Object) this.b, (Object) wj.b) && C14957gcv.b((Object) this.c, (Object) wj.c) && C14957gcv.b(this.a, wj.a);
}
}