75 lines
2.3 KiB
Java
75 lines
2.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class mNT {
|
||
|
|
||
|
@SerializedName("paymentAmount")
|
||
|
public final Double a;
|
||
|
|
||
|
@SerializedName("accountFrom")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("accountTo")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("ref2")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("ref1")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("ref3")
|
||
|
public final String i;
|
||
|
|
||
|
public final String toString() {
|
||
|
Double d = this.a;
|
||
|
String str = this.c;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.i;
|
||
|
StringBuilder sb = new StringBuilder("BillPaymentEntity(paymentAmount=");
|
||
|
sb.append(d);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountFrom=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", ref1=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", ref2=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", ref3=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Double d = this.a;
|
||
|
int hashCode = d == null ? 0 : d.hashCode();
|
||
|
String str = this.c;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.i;
|
||
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str5 != null ? str5.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof mNT)) {
|
||
|
return false;
|
||
|
}
|
||
|
mNT mnt = (mNT) obj;
|
||
|
return C14957gcv.b(this.a, mnt.a) && C14957gcv.b((Object) this.c, (Object) mnt.c) && C14957gcv.b((Object) this.b, (Object) mnt.b) && C14957gcv.b((Object) this.e, (Object) mnt.e) && C14957gcv.b((Object) this.d, (Object) mnt.d) && C14957gcv.b((Object) this.i, (Object) mnt.i);
|
||
|
}
|
||
|
}
|