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

48 lines
1.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.q, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16658q {
@SerializedName("amount")
private final String c;
@SerializedName("frequency")
private final String d;
public C16658q(String str, String str2) {
C14957gcv.e(str2, "");
this.c = str;
this.d = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.d;
StringBuilder sb = new StringBuilder("HmlInstallment(amount=");
sb.append(str);
sb.append(", frequency=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
return ((str == null ? 0 : str.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16658q)) {
return false;
}
C16658q c16658q = (C16658q) obj;
return C14957gcv.b((Object) this.c, (Object) c16658q.c) && C14957gcv.b((Object) this.d, (Object) c16658q.d);
}
}