package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class Plj { @SerializedName("remark") public final String a; @SerializedName("totalCount") public final int b; @SerializedName("transactions") public final List c; @SerializedName("pagingOffset") public final int d; @SerializedName("endOfListFlag") public final String e; public final String toString() { int i = this.b; String str = this.e; String str2 = this.a; int i2 = this.d; List list = this.c; StringBuilder sb = new StringBuilder("TopUpHistoryEntity(totalCount="); sb.append(i); sb.append(", endOfListFlag="); sb.append(str); sb.append(", remark="); sb.append(str2); sb.append(", pagingOffset="); sb.append(i2); sb.append(", transactions="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((Integer.hashCode(this.b) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + Integer.hashCode(this.d)) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Plj)) { return false; } Plj plj = (Plj) obj; return this.b == plj.b && C14957gcv.b((Object) this.e, (Object) plj.e) && C14957gcv.b((Object) this.a, (Object) plj.a) && this.d == plj.d && C14957gcv.b(this.c, plj.c); } }