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

35 lines
804 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class oSk {
@SerializedName("productType")
private final String a;
public oSk(String str) {
C14957gcv.e(str, "");
this.a = str;
}
public final String toString() {
String str = this.a;
StringBuilder sb = new StringBuilder("EasycashCoBorrowerInquiryRequest(productType=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof oSk) && C14957gcv.b((Object) this.a, (Object) ((oSk) obj).a);
}
}