50 lines
1.4 KiB
Java
50 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class wrC {
|
|
|
|
@SerializedName("verifyEmailFlag")
|
|
public final int b;
|
|
|
|
@SerializedName("verifyKycFlag")
|
|
public final Integer d;
|
|
|
|
@SerializedName("actionForReceivingAccount")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
int i = this.b;
|
|
Integer num = this.d;
|
|
String str = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlCheckPrerequisiteEntity(verifyEmailFlag=");
|
|
sb.append(i);
|
|
sb.append(", verifyKycFlag=");
|
|
sb.append(num);
|
|
sb.append(", actionForReceivingAccount=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.b);
|
|
Integer num = this.d;
|
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
|
String str = this.e;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof wrC)) {
|
|
return false;
|
|
}
|
|
wrC wrc = (wrC) obj;
|
|
return this.b == wrc.b && C14957gcv.b(this.d, wrc.d) && C14957gcv.b((Object) this.e, (Object) wrc.e);
|
|
}
|
|
}
|