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

90 lines
3.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class NBd {
@SerializedName("FATCA_CRS_WEBVIEW_URL")
public final String a;
@SerializedName("AWARENESS_PARTNER_DEEPLINK")
public final String b;
@SerializedName("FATCA_CRS_PARTNER_DEEPLINK")
public final String c;
@SerializedName("JUST_FOR_YOU_PARTNER_DEEPLINK")
public final String d;
@SerializedName("AWARENESS_WEBVIEW_URL")
public final String e;
@SerializedName("JUST_FOR_YOU_WEBVIEW_URL")
public final String f;
@SerializedName("POINTX_DEEPLINK")
public final String h;
@SerializedName("SCBS_ONBOARD_DEEPLINK")
public final String i;
public final String toString() {
String str = this.i;
String str2 = this.d;
String str3 = this.f;
String str4 = this.h;
String str5 = this.c;
String str6 = this.a;
String str7 = this.b;
String str8 = this.e;
StringBuilder sb = new StringBuilder("AppConfigPartnerLinksEntity(scbsOnboardDeepLink=");
sb.append(str);
sb.append(", justForYouPartnerDeepLink=");
sb.append(str2);
sb.append(", justForYouWebViewUrl=");
sb.append(str3);
sb.append(", pointXDeepLink=");
sb.append(str4);
sb.append(", fatcaCrsPartnerDeeplink=");
sb.append(str5);
sb.append(", fatcaCrsWebViewUrl=");
sb.append(str6);
sb.append(", awareNessPartnerDeeplink=");
sb.append(str7);
sb.append(", awareNessWebViewUrl=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
int hashCode4 = this.h.hashCode();
String str4 = this.c;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.e;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str7 != null ? str7.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NBd)) {
return false;
}
NBd nBd = (NBd) obj;
return C14957gcv.b((Object) this.i, (Object) nBd.i) && C14957gcv.b((Object) this.d, (Object) nBd.d) && C14957gcv.b((Object) this.f, (Object) nBd.f) && C14957gcv.b((Object) this.h, (Object) nBd.h) && C14957gcv.b((Object) this.c, (Object) nBd.c) && C14957gcv.b((Object) this.a, (Object) nBd.a) && C14957gcv.b((Object) this.b, (Object) nBd.b) && C14957gcv.b((Object) this.e, (Object) nBd.e);
}
}