44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class gCx {
|
||
|
|
||
|
@SerializedName("e2ee")
|
||
|
public final Csb b;
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_STATUS)
|
||
|
private final C4949bjn d;
|
||
|
|
||
|
public final String toString() {
|
||
|
C4949bjn c4949bjn = this.d;
|
||
|
Csb csb = this.b;
|
||
|
StringBuilder sb = new StringBuilder("PreAuthenticateEntity(status=");
|
||
|
sb.append(c4949bjn);
|
||
|
sb.append(", e2ee=");
|
||
|
sb.append(csb);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
C4949bjn c4949bjn = this.d;
|
||
|
int hashCode = c4949bjn == null ? 0 : c4949bjn.hashCode();
|
||
|
Csb csb = this.b;
|
||
|
return (hashCode * 31) + (csb != null ? csb.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof gCx)) {
|
||
|
return false;
|
||
|
}
|
||
|
gCx gcx = (gCx) obj;
|
||
|
return C14957gcv.b(this.d, gcx.d) && C14957gcv.b(this.b, gcx.b);
|
||
|
}
|
||
|
}
|