49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import io.beid.beidk.definitions.BeIDParams;
|
||
|
|
||
|
/* renamed from: o.cH, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C6052cH {
|
||
|
|
||
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("action")
|
||
|
private final Number d;
|
||
|
|
||
|
public C6052cH(String str, Number number) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(number, "");
|
||
|
this.b = str;
|
||
|
this.d = number;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
Number number = this.d;
|
||
|
StringBuilder sb = new StringBuilder("PartnerConsentWithTransactionIdRequest(transactionId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", action=");
|
||
|
sb.append(number);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.b.hashCode() * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C6052cH)) {
|
||
|
return false;
|
||
|
}
|
||
|
C6052cH c6052cH = (C6052cH) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c6052cH.b) && C14957gcv.b(this.d, c6052cH.d);
|
||
|
}
|
||
|
}
|