102 lines
3.1 KiB
Java
102 lines
3.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.ekq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C11731ekq {
|
||
|
|
||
|
@SerializedName("endDate")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("pageNumber")
|
||
|
private String b;
|
||
|
|
||
|
@SerializedName("startDate")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("filterMonth")
|
||
|
private Integer d;
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("pageSize")
|
||
|
private Integer g;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private String h;
|
||
|
|
||
|
private /* synthetic */ C11731ekq(byte b) {
|
||
|
this(null, null, null, null, null, null, null);
|
||
|
}
|
||
|
|
||
|
public C11731ekq(String str, String str2, String str3, String str4, Integer num, String str5, Integer num2) {
|
||
|
this.e = str;
|
||
|
this.h = str2;
|
||
|
this.c = str3;
|
||
|
this.a = str4;
|
||
|
this.g = num;
|
||
|
this.b = str5;
|
||
|
this.d = num2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.h;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.a;
|
||
|
Integer num = this.g;
|
||
|
String str5 = this.b;
|
||
|
Integer num2 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("DepositCasaTxnListRequest(accountNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", startDate=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", endDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", pageSize=");
|
||
|
sb.append(num);
|
||
|
sb.append(", pageNumber=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", filterMonth=");
|
||
|
sb.append(num2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.h;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.c;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.a;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
Integer num = this.g;
|
||
|
int hashCode5 = num == null ? 0 : num.hashCode();
|
||
|
String str5 = this.b;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
Integer num2 = this.d;
|
||
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (num2 != null ? num2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C11731ekq)) {
|
||
|
return false;
|
||
|
}
|
||
|
C11731ekq c11731ekq = (C11731ekq) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c11731ekq.e) && C14957gcv.b((Object) this.h, (Object) c11731ekq.h) && C14957gcv.b((Object) this.c, (Object) c11731ekq.c) && C14957gcv.b((Object) this.a, (Object) c11731ekq.a) && C14957gcv.b(this.g, c11731ekq.g) && C14957gcv.b((Object) this.b, (Object) c11731ekq.b) && C14957gcv.b(this.d, c11731ekq.d);
|
||
|
}
|
||
|
|
||
|
public C11731ekq() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|