63 lines
1.9 KiB
Java
63 lines
1.9 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Ogo {
|
|
private final String a;
|
|
private final String b;
|
|
public final String c;
|
|
private final String d;
|
|
public final String e;
|
|
|
|
public Ogo(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.d = str3;
|
|
this.e = str4;
|
|
this.c = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.d;
|
|
String str4 = this.e;
|
|
String str5 = this.c;
|
|
StringBuilder sb = new StringBuilder("UpdateEmailProfile(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() {
|
|
int hashCode = this.b.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
String str = this.e;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Ogo)) {
|
|
return false;
|
|
}
|
|
Ogo ogo = (Ogo) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) ogo.b) && C14957gcv.b((Object) this.a, (Object) ogo.a) && C14957gcv.b((Object) this.d, (Object) ogo.d) && C14957gcv.b((Object) this.e, (Object) ogo.e) && C14957gcv.b((Object) this.c, (Object) ogo.c);
|
|
}
|
|
}
|