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

42 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.JsonArray;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.nOF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16312nOF extends C16562pOe {
@SerializedName("consentInfo")
public final JsonArray d;
@SerializedName("consentURL")
public final String e;
public final String toString() {
String str = this.e;
JsonArray jsonArray = this.d;
StringBuilder sb = new StringBuilder("CSentCardXInitiateEntity(consentURL=");
sb.append(str);
sb.append(", consentInfo=");
sb.append(jsonArray);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16312nOF)) {
return false;
}
C16312nOF c16312nOF = (C16312nOF) obj;
return C14957gcv.b((Object) this.e, (Object) c16312nOF.e) && C14957gcv.b(this.d, c16312nOF.d);
}
}