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

107 lines
3.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.api.entity.common.CommonConstant;
import com.huawei.hms.support.feature.result.CommonConstant;
/* loaded from: classes3.dex */
public final class DWn {
@SerializedName("brand")
private final String a;
@SerializedName("dtag")
private final String b;
@SerializedName("appName")
private final String c;
@SerializedName("mobileNo")
private final String d;
@SerializedName("model")
private final String e;
@SerializedName(CommonConstant.KEY_STATUS)
private final String f;
@SerializedName("responseDesc")
private final String g;
@SerializedName("responseCode")
private final String h;
@SerializedName(CommonConstant.ReqAccessTokenParam.PACKAGE_NAME)
private final String i;
@SerializedName("packageCert")
private final String j;
public DWn(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.b = str;
this.c = str2;
this.i = str3;
this.d = str4;
this.a = str5;
this.e = str6;
this.j = str7;
this.f = "S";
this.h = "1000";
this.g = "Success";
}
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.i;
String str4 = this.d;
String str5 = this.a;
String str6 = this.e;
String str7 = this.j;
StringBuilder sb = new StringBuilder("AuditFraudRequest(dtag=");
sb.append(str);
sb.append(", appName=");
sb.append(str2);
sb.append(", packageName=");
sb.append(str3);
sb.append(", mobileNo=");
sb.append(str4);
sb.append(", brand=");
sb.append(str5);
sb.append(", model=");
sb.append(str6);
sb.append(", packageCert=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.i.hashCode();
String str = this.d;
int hashCode4 = str == null ? 0 : str.hashCode();
int hashCode5 = this.a.hashCode();
int hashCode6 = this.e.hashCode();
String str2 = this.j;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DWn)) {
return false;
}
DWn dWn = (DWn) obj;
return C14957gcv.b((Object) this.b, (Object) dWn.b) && C14957gcv.b((Object) this.c, (Object) dWn.c) && C14957gcv.b((Object) this.i, (Object) dWn.i) && C14957gcv.b((Object) this.d, (Object) dWn.d) && C14957gcv.b((Object) this.a, (Object) dWn.a) && C14957gcv.b((Object) this.e, (Object) dWn.e) && C14957gcv.b((Object) this.j, (Object) dWn.j);
}
}