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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class UjQ {
@SerializedName("target")
private final String a;
@SerializedName("type")
private final String e;
public UjQ(String str, String str2) {
C14957gcv.e(str, "");
this.e = str;
this.a = str2;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
StringBuilder sb = new StringBuilder("DebitCardBenefitVerificationRequest(type=");
sb.append(str);
sb.append(", target=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.a;
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof UjQ)) {
return false;
}
UjQ ujQ = (UjQ) obj;
return C14957gcv.b((Object) this.e, (Object) ujQ.e) && C14957gcv.b((Object) this.a, (Object) ujQ.a);
}
}