63 lines
1.7 KiB
Java
63 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.eF, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C10466eF {
|
||
|
|
||
|
@SerializedName("defaultPayerId")
|
||
|
public final boolean b;
|
||
|
|
||
|
@SerializedName("channelType")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("countryName")
|
||
|
public final String e;
|
||
|
|
||
|
public C10466eF(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.e = str;
|
||
|
this.d = str2;
|
||
|
this.b = false;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.d;
|
||
|
boolean z = this.b;
|
||
|
StringBuilder sb = new StringBuilder("RemittanceRecipientBankRequest(countryName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", channelType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", defaultPayerId=");
|
||
|
sb.append(z);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
boolean z = this.b;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + i;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C10466eF)) {
|
||
|
return false;
|
||
|
}
|
||
|
C10466eF c10466eF = (C10466eF) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c10466eF.e) && C14957gcv.b((Object) this.d, (Object) c10466eF.d) && this.b == c10466eF.b;
|
||
|
}
|
||
|
}
|