60 lines
1.9 KiB
Java
60 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* renamed from: o.EVu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0321EVu {
|
|
|
|
@SerializedName("countryDescTh")
|
|
public final String a;
|
|
|
|
@SerializedName("countryDescEn")
|
|
public final String b;
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
public final String c;
|
|
|
|
@SerializedName("lastUpdateDate")
|
|
public final String d;
|
|
|
|
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
String str5 = this.d;
|
|
StringBuilder sb = new StringBuilder("CountryEntity(countryCode=");
|
|
sb.append(str);
|
|
sb.append(", countryDescTh=");
|
|
sb.append(str2);
|
|
sb.append(", countryDescEn=");
|
|
sb.append(str3);
|
|
sb.append(", status=");
|
|
sb.append(str4);
|
|
sb.append(", lastUpdateDate=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0321EVu)) {
|
|
return false;
|
|
}
|
|
C0321EVu c0321EVu = (C0321EVu) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0321EVu.e) && C14957gcv.b((Object) this.a, (Object) c0321EVu.a) && C14957gcv.b((Object) this.b, (Object) c0321EVu.b) && C14957gcv.b((Object) this.c, (Object) c0321EVu.c) && C14957gcv.b((Object) this.d, (Object) c0321EVu.d);
|
|
}
|
|
}
|