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

48 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fd, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13583fd {
@SerializedName("sourceOfFundDescription")
private final String c;
@SerializedName("sourceOfFund")
private final String e;
public C13583fd(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.e = str;
this.c = str2;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
StringBuilder sb = new StringBuilder("SingleFormSourceOfFundListRequest(sourceOfFund=");
sb.append(str);
sb.append(", sourceOfFundDescription=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13583fd)) {
return false;
}
C13583fd c13583fd = (C13583fd) obj;
return C14957gcv.b((Object) this.e, (Object) c13583fd.e) && C14957gcv.b((Object) this.c, (Object) c13583fd.c);
}
}