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

63 lines
1.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.cUp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C6498cUp {
@SerializedName("consent")
private final List<hsn> b;
@SerializedName("channel")
private final String d;
@SerializedName("requestType")
private final String e;
public /* synthetic */ C6498cUp(String str, List list) {
this(str, list, null);
}
public C6498cUp(String str, List<hsn> list, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(list, "");
this.d = str;
this.b = list;
this.e = str2;
}
public final String toString() {
String str = this.d;
List<hsn> list = this.b;
String str2 = this.e;
StringBuilder sb = new StringBuilder("CSentPrivacyRequest(channel=");
sb.append(str);
sb.append(", consent=");
sb.append(list);
sb.append(", requestType=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.b.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 C6498cUp)) {
return false;
}
C6498cUp c6498cUp = (C6498cUp) obj;
return C14957gcv.b((Object) this.d, (Object) c6498cUp.d) && C14957gcv.b(this.b, c6498cUp.b) && C14957gcv.b((Object) this.e, (Object) c6498cUp.e);
}
}