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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cE, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5947cE {
@SerializedName("sessionId")
private final String c;
@SerializedName("action")
private final Number d;
public C5947cE(String str, Number number) {
C14957gcv.e(number, "");
this.c = str;
this.d = number;
}
public final String toString() {
String str = this.c;
Number number = this.d;
StringBuilder sb = new StringBuilder("PartnerConsentRequest(sessionId=");
sb.append(str);
sb.append(", action=");
sb.append(number);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
return ((str == null ? 0 : str.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C5947cE)) {
return false;
}
C5947cE c5947cE = (C5947cE) obj;
return C14957gcv.b((Object) this.c, (Object) c5947cE.c) && C14957gcv.b(this.d, c5947cE.d);
}
}