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

60 lines
1.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.ErrorBundle;
/* loaded from: classes3.dex */
public final class KIY {
@SerializedName("amount")
public final String a;
@SerializedName("tenor")
public final String b;
@SerializedName("income")
public final String c;
@SerializedName(ErrorBundle.SUMMARY_ENTRY)
public final List<Ylx> d;
public final String toString() {
List<Ylx> list = this.d;
String str = this.b;
String str2 = this.a;
String str3 = this.c;
StringBuilder sb = new StringBuilder("EasycashAutoSummaryEntity(summary=");
sb.append(list);
sb.append(", tenor=");
sb.append(str);
sb.append(", amount=");
sb.append(str2);
sb.append(", income=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.b;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KIY)) {
return false;
}
KIY kiy = (KIY) obj;
return C14957gcv.b(this.d, kiy.d) && C14957gcv.b((Object) this.b, (Object) kiy.b) && C14957gcv.b((Object) this.a, (Object) kiy.a) && C14957gcv.b((Object) this.c, (Object) kiy.c);
}
}