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

112 lines
3.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class PJZ {
@SerializedName("fee")
public Double a;
@SerializedName("function")
public NAH b;
@SerializedName("receiver")
public C17549xiq c;
@SerializedName("dateTime")
public OffsetDateTime d;
@SerializedName("ref1")
public String e;
@SerializedName("ref3")
public String f;
@SerializedName("sender")
public NNi h;
@SerializedName("transRef")
public String i;
@SerializedName("ref2")
public String j;
public PJZ(OffsetDateTime offsetDateTime, String str, String str2, String str3, String str4, Double d, NAH nah, NNi nNi, C17549xiq c17549xiq) {
this.d = offsetDateTime;
this.i = str;
this.e = str2;
this.j = str3;
this.f = str4;
this.a = d;
this.b = nah;
this.h = nNi;
this.c = c17549xiq;
}
public final String toString() {
OffsetDateTime offsetDateTime = this.d;
String str = this.i;
String str2 = this.e;
String str3 = this.j;
String str4 = this.f;
Double d = this.a;
NAH nah = this.b;
NNi nNi = this.h;
C17549xiq c17549xiq = this.c;
StringBuilder sb = new StringBuilder("PullSlip(dateTime=");
sb.append(offsetDateTime);
sb.append(", transRef=");
sb.append(str);
sb.append(", ref1=");
sb.append(str2);
sb.append(", ref2=");
sb.append(str3);
sb.append(", ref3=");
sb.append(str4);
sb.append(", fee=");
sb.append(d);
sb.append(", function=");
sb.append(nah);
sb.append(", sender=");
sb.append(nNi);
sb.append(", receiver=");
sb.append(c17549xiq);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OffsetDateTime offsetDateTime = this.d;
int hashCode = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
String str = this.i;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
Double d = this.a;
int hashCode6 = d == null ? 0 : d.hashCode();
NAH nah = this.b;
int hashCode7 = nah == null ? 0 : nah.hashCode();
NNi nNi = this.h;
int hashCode8 = nNi == null ? 0 : nNi.hashCode();
C17549xiq c17549xiq = this.c;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (c17549xiq != null ? c17549xiq.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PJZ)) {
return false;
}
PJZ pjz = (PJZ) obj;
return C14957gcv.b(this.d, pjz.d) && C14957gcv.b((Object) this.i, (Object) pjz.i) && C14957gcv.b((Object) this.e, (Object) pjz.e) && C14957gcv.b((Object) this.j, (Object) pjz.j) && C14957gcv.b((Object) this.f, (Object) pjz.f) && C14957gcv.b(this.a, pjz.a) && this.b == pjz.b && C14957gcv.b(this.h, pjz.h) && C14957gcv.b(this.c, pjz.c);
}
}