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

97 lines
3.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.clp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C7309clp {
@SerializedName("consentVersion")
private final String a;
@SerializedName("consentStatus")
private final String b;
@SerializedName("consentType")
private final String c;
@SerializedName("function")
private final String d;
@SerializedName("channel")
private final String e;
@SerializedName("subFunction")
private final String h;
@SerializedName("tilesVersion")
private final String i;
public /* synthetic */ C7309clp(String str, String str2, String str3, String str4, String str5) {
this(str, str2, str3, str4, null, null, str5);
}
public C7309clp(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str7, "");
this.b = str;
this.c = str2;
this.a = str3;
this.d = str4;
this.h = str5;
this.e = str6;
this.i = str7;
}
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.a;
String str4 = this.d;
String str5 = this.h;
String str6 = this.e;
String str7 = this.i;
StringBuilder sb = new StringBuilder("EKYCConsentStatusRequest(consentStatus=");
sb.append(str);
sb.append(", consentType=");
sb.append(str2);
sb.append(", consentVersion=");
sb.append(str3);
sb.append(", function=");
sb.append(str4);
sb.append(", subFunction=");
sb.append(str5);
sb.append(", channel=");
sb.append(str6);
sb.append(", tilesVersion=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.a.hashCode();
String str = this.d;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.h;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.i.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C7309clp)) {
return false;
}
C7309clp c7309clp = (C7309clp) obj;
return C14957gcv.b((Object) this.b, (Object) c7309clp.b) && C14957gcv.b((Object) this.c, (Object) c7309clp.c) && C14957gcv.b((Object) this.a, (Object) c7309clp.a) && C14957gcv.b((Object) this.d, (Object) c7309clp.d) && C14957gcv.b((Object) this.h, (Object) c7309clp.h) && C14957gcv.b((Object) this.e, (Object) c7309clp.e) && C14957gcv.b((Object) this.i, (Object) c7309clp.i);
}
}