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

100 lines
3.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class KLT {
@SerializedName("billerAccountNumber")
public final String a;
@SerializedName("billerId")
public final String b;
@SerializedName("billerLogo")
public final String c;
@SerializedName("amount")
public final String d;
@SerializedName("accountFrom")
public final String e;
@SerializedName("billerName")
public final String f;
@SerializedName("ref2Label")
public final String g;
@SerializedName("serviceNumber")
public final String h;
@SerializedName("ref1Label")
public final String i;
@SerializedName("billerType")
public final String j;
public final String toString() {
String str = this.e;
String str2 = this.h;
String str3 = this.d;
String str4 = this.c;
String str5 = this.f;
String str6 = this.a;
String str7 = this.b;
String str8 = this.j;
String str9 = this.i;
String str10 = this.g;
StringBuilder sb = new StringBuilder("TopUpRepeatEntity(accountFrom=");
sb.append(str);
sb.append(", serviceNumber=");
sb.append(str2);
sb.append(", amount=");
sb.append(str3);
sb.append(", billerLogo=");
sb.append(str4);
sb.append(", billerName=");
sb.append(str5);
sb.append(", billerAccountNumber=");
sb.append(str6);
sb.append(", billerId=");
sb.append(str7);
sb.append(", billerType=");
sb.append(str8);
sb.append(", ref1Label=");
sb.append(str9);
sb.append(", ref2Label=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.h.hashCode();
String str2 = this.d;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
int hashCode4 = this.c.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = this.a.hashCode();
int hashCode7 = this.b.hashCode();
int hashCode8 = this.j.hashCode();
int hashCode9 = this.i.hashCode();
String str3 = this.g;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KLT)) {
return false;
}
KLT klt = (KLT) obj;
return C14957gcv.b((Object) this.e, (Object) klt.e) && C14957gcv.b((Object) this.h, (Object) klt.h) && C14957gcv.b((Object) this.d, (Object) klt.d) && C14957gcv.b((Object) this.c, (Object) klt.c) && C14957gcv.b((Object) this.f, (Object) klt.f) && C14957gcv.b((Object) this.a, (Object) klt.a) && C14957gcv.b((Object) this.b, (Object) klt.b) && C14957gcv.b((Object) this.j, (Object) klt.j) && C14957gcv.b((Object) this.i, (Object) klt.i) && C14957gcv.b((Object) this.g, (Object) klt.g);
}
}