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

68 lines
2.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.n, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16287n {
@SerializedName("applicationUuid")
private final String a;
@SerializedName("tilesVersion")
private final String b;
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
private final String c;
@SerializedName("subConsentType")
private final String d;
public C16287n(String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str3, "");
this.a = str;
this.b = str2;
this.c = str3;
this.d = str4;
}
public final String toString() {
String str = this.a;
String str2 = this.b;
String str3 = this.c;
String str4 = this.d;
StringBuilder sb = new StringBuilder("HmlConsentDocumentRequest(applicationUuid=");
sb.append(str);
sb.append(", tilesVersion=");
sb.append(str2);
sb.append(", value=");
sb.append(str3);
sb.append(", subConsentType=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
String str = this.b;
int hashCode2 = str == null ? 0 : str.hashCode();
int hashCode3 = this.c.hashCode();
String str2 = this.d;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16287n)) {
return false;
}
C16287n c16287n = (C16287n) obj;
return C14957gcv.b((Object) this.a, (Object) c16287n.a) && C14957gcv.b((Object) this.b, (Object) c16287n.b) && C14957gcv.b((Object) this.c, (Object) c16287n.c) && C14957gcv.b((Object) this.d, (Object) c16287n.d);
}
}