what-the-bank/sources/o/vix.java

35 lines
878 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 vix {
@SerializedName(CommonConstant.KEY_STATUS)
public final C0465HdS d;
public final String toString() {
C0465HdS c0465HdS = this.d;
StringBuilder sb = new StringBuilder("DebitCardAdditionalInfoEntity(status=");
sb.append(c0465HdS);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C0465HdS c0465HdS = this.d;
if (c0465HdS == null) {
return 0;
}
return c0465HdS.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof vix) && C14957gcv.b(this.d, ((vix) obj).d);
}
}