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

51 lines
1.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* loaded from: classes3.dex */
public final class iwb {
@SerializedName("liveness")
public final Dkq a;
@SerializedName("stage")
private final String c;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String d;
public final String toString() {
String str = this.d;
String str2 = this.c;
Dkq dkq = this.a;
StringBuilder sb = new StringBuilder("HmlIdentifySetupEntity(transactionId=");
sb.append(str);
sb.append(", stage=");
sb.append(str2);
sb.append(", liveness=");
sb.append(dkq);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.c;
int hashCode2 = str == null ? 0 : str.hashCode();
Dkq dkq = this.a;
return (((hashCode * 31) + hashCode2) * 31) + (dkq != null ? dkq.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof iwb)) {
return false;
}
iwb iwbVar = (iwb) obj;
return C14957gcv.b((Object) this.d, (Object) iwbVar.d) && C14957gcv.b((Object) this.c, (Object) iwbVar.c) && C14957gcv.b(this.a, iwbVar.a);
}
}