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

77 lines
2.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.bouncycastle.i18n.MessageBundle;
/* renamed from: o.nhu, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16360nhu {
@SerializedName("header")
public final String a;
@SerializedName("description")
public final String b;
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String c;
@SerializedName("type")
public final String d;
@SerializedName("imageURL")
public final String e;
public C16360nhu(String str, String str2, String str3, String str4, String str5) {
this.d = str;
this.c = str2;
this.a = str3;
this.b = str4;
this.e = str5;
}
public final String toString() {
String str = this.d;
String str2 = this.c;
String str3 = this.a;
String str4 = this.b;
String str5 = this.e;
StringBuilder sb = new StringBuilder("PaymentInfo(type=");
sb.append(str);
sb.append(", title=");
sb.append(str2);
sb.append(", header=");
sb.append(str3);
sb.append(", description=");
sb.append(str4);
sb.append(", imageURL=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.e;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16360nhu)) {
return false;
}
C16360nhu c16360nhu = (C16360nhu) obj;
return C14957gcv.b((Object) this.d, (Object) c16360nhu.d) && C14957gcv.b((Object) this.c, (Object) c16360nhu.c) && C14957gcv.b((Object) this.a, (Object) c16360nhu.a) && C14957gcv.b((Object) this.b, (Object) c16360nhu.b) && C14957gcv.b((Object) this.e, (Object) c16360nhu.e);
}
}