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

58 lines
1.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fe, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13636fe {
@SerializedName("openMfFlag")
private final String a;
@SerializedName("openSCBSFlag")
private final String b;
@SerializedName("openOmnibusFlag")
private final String e;
public C13636fe(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.a = str2;
this.e = str3;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.e;
StringBuilder sb = new StringBuilder("SingleFormUpdateOpenFlagRequest(openSCBSFlag=");
sb.append(str);
sb.append(", openMfFlag=");
sb.append(str2);
sb.append(", openOmnibusFlag=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
String str = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13636fe)) {
return false;
}
C13636fe c13636fe = (C13636fe) obj;
return C14957gcv.b((Object) this.b, (Object) c13636fe.b) && C14957gcv.b((Object) this.a, (Object) c13636fe.a) && C14957gcv.b((Object) this.e, (Object) c13636fe.e);
}
}