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

35 lines
787 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class kYZ {
@SerializedName("deviceId")
private final String e;
public kYZ(String str) {
C14957gcv.e(str, "");
this.e = str;
}
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("HmlValidateOtpRequest(deviceId=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof kYZ) && C14957gcv.b((Object) this.e, (Object) ((kYZ) obj).e);
}
}