44 lines
1.2 KiB
Java
44 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
||
|
|
||
|
/* renamed from: o.exd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C12407exd {
|
||
|
|
||
|
@SerializedName("data")
|
||
|
public final C4349bXh a;
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_STATUS)
|
||
|
public final XeJ c;
|
||
|
|
||
|
public final String toString() {
|
||
|
XeJ xeJ = this.c;
|
||
|
C4349bXh c4349bXh = this.a;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormEligibilityEntity(status=");
|
||
|
sb.append(xeJ);
|
||
|
sb.append(", data=");
|
||
|
sb.append(c4349bXh);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
C4349bXh c4349bXh = this.a;
|
||
|
return (hashCode * 31) + (c4349bXh == null ? 0 : c4349bXh.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C12407exd)) {
|
||
|
return false;
|
||
|
}
|
||
|
C12407exd c12407exd = (C12407exd) obj;
|
||
|
return C14957gcv.b(this.c, c12407exd.c) && C14957gcv.b(this.a, c12407exd.a);
|
||
|
}
|
||
|
}
|