35 lines
823 B
Java
35 lines
823 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class JDk {
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
public final FeA e;
|
|
|
|
public final String toString() {
|
|
FeA feA = this.e;
|
|
StringBuilder sb = new StringBuilder("AdditionalInfo(status=");
|
|
sb.append(feA);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
FeA feA = this.e;
|
|
if (feA == null) {
|
|
return 0;
|
|
}
|
|
return feA.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof JDk) && C14957gcv.b(this.e, ((JDk) obj).e);
|
|
}
|
|
}
|