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

60 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class wjY extends C16562pOe {
@SerializedName("transactions")
public final List<C15931jin> a;
@SerializedName("nextPage")
public final C16039kfL b;
@SerializedName("termAndCon")
public final String d;
@SerializedName("maxSelectableForDeejungInstallments")
public final Integer e;
public final String toString() {
List<C15931jin> list = this.a;
Integer num = this.e;
C16039kfL c16039kfL = this.b;
String str = this.d;
StringBuilder sb = new StringBuilder("CardTransactionsResponseEntity(transactions=");
sb.append(list);
sb.append(", maxSelectableForDeejungInstallments=");
sb.append(num);
sb.append(", nextPage=");
sb.append(c16039kfL);
sb.append(", termAndCon=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<C15931jin> list = this.a;
int hashCode = list == null ? 0 : list.hashCode();
Integer num = this.e;
int hashCode2 = num == null ? 0 : num.hashCode();
C16039kfL c16039kfL = this.b;
int hashCode3 = c16039kfL == null ? 0 : c16039kfL.hashCode();
String str = this.d;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof wjY)) {
return false;
}
wjY wjy = (wjY) obj;
return C14957gcv.b(this.a, wjy.a) && C14957gcv.b(this.e, wjy.e) && C14957gcv.b(this.b, wjy.b) && C14957gcv.b((Object) this.d, (Object) wjy.d);
}
}