64 lines
1.8 KiB
Java
64 lines
1.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.AkQ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0156AkQ {
|
|
|
|
@SerializedName("email")
|
|
public final String a;
|
|
|
|
@SerializedName("applicationUuid")
|
|
public final String b;
|
|
|
|
@SerializedName("uuid")
|
|
public final String d;
|
|
|
|
@SerializedName("otp")
|
|
public final String e;
|
|
|
|
public C0156AkQ(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.d = str3;
|
|
this.e = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.d;
|
|
String str4 = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlVerifyOTPRequest(applicationUuid=");
|
|
sb.append(str);
|
|
sb.append(", email=");
|
|
sb.append(str2);
|
|
sb.append(", uuid=");
|
|
sb.append(str3);
|
|
sb.append(", otp=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0156AkQ)) {
|
|
return false;
|
|
}
|
|
C0156AkQ c0156AkQ = (C0156AkQ) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c0156AkQ.b) && C14957gcv.b((Object) this.a, (Object) c0156AkQ.a) && C14957gcv.b((Object) this.d, (Object) c0156AkQ.d) && C14957gcv.b((Object) this.e, (Object) c0156AkQ.e);
|
|
}
|
|
}
|