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

48 lines
1.2 KiB
Java

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