64 lines
1.8 KiB
Java
64 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.eD, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C10400eD {
|
||
|
|
||
|
@SerializedName("currencyCode")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("countryName")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("agentType")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("channelType")
|
||
|
public final String e;
|
||
|
|
||
|
public C10400eD(String str, String str2, String str3, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.c = str3;
|
||
|
this.a = str4;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("RemittanceCountryInfoRequest(countryName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", channelType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", agentType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", currencyCode=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C10400eD)) {
|
||
|
return false;
|
||
|
}
|
||
|
C10400eD c10400eD = (C10400eD) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c10400eD.b) && C14957gcv.b((Object) this.e, (Object) c10400eD.e) && C14957gcv.b((Object) this.c, (Object) c10400eD.c) && C14957gcv.b((Object) this.a, (Object) c10400eD.a);
|
||
|
}
|
||
|
}
|