68 lines
2.0 KiB
Java
68 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class fQD {
|
||
|
|
||
|
@SerializedName("pagingOffset")
|
||
|
public final Integer a;
|
||
|
|
||
|
@SerializedName("remark")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("transactions")
|
||
|
public final List<C15950jrf> c;
|
||
|
|
||
|
@SerializedName("totalCount")
|
||
|
public final Integer d;
|
||
|
|
||
|
@SerializedName("endOfListFlag")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.d;
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
Integer num2 = this.a;
|
||
|
List<C15950jrf> list = this.c;
|
||
|
StringBuilder sb = new StringBuilder("BillPaymentHistoryEntity(totalCount=");
|
||
|
sb.append(num);
|
||
|
sb.append(", endOfListFlag=");
|
||
|
sb.append(str);
|
||
|
sb.append(", remark=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", pagingOffset=");
|
||
|
sb.append(num2);
|
||
|
sb.append(", transactions=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.d;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.e;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
Integer num2 = this.a;
|
||
|
int hashCode4 = num2 == null ? 0 : num2.hashCode();
|
||
|
List<C15950jrf> list = this.c;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (list != null ? list.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof fQD)) {
|
||
|
return false;
|
||
|
}
|
||
|
fQD fqd = (fQD) obj;
|
||
|
return C14957gcv.b(this.d, fqd.d) && C14957gcv.b((Object) this.e, (Object) fqd.e) && C14957gcv.b((Object) this.b, (Object) fqd.b) && C14957gcv.b(this.a, fqd.a) && C14957gcv.b(this.c, fqd.c);
|
||
|
}
|
||
|
}
|