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