124 lines
3.7 KiB
Java
124 lines
3.7 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.common.internal.ImagesContract;
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class Wdj extends Pag {
|
|
|
|
@SerializedName(Name.MARK)
|
|
public String a;
|
|
|
|
@SerializedName("adsType")
|
|
public String b;
|
|
|
|
@SerializedName("imagePathType")
|
|
public String c;
|
|
|
|
@SerializedName("fontColor")
|
|
public String d;
|
|
|
|
@SerializedName("name")
|
|
public String f;
|
|
|
|
@SerializedName(ImagesContract.URL)
|
|
public String g;
|
|
|
|
@SerializedName("linkEN")
|
|
public String h;
|
|
|
|
@SerializedName("mboxName")
|
|
public String i;
|
|
|
|
@SerializedName("linkTH")
|
|
public String j;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("urlEN")
|
|
public String f8433o;
|
|
|
|
public Wdj(String str, String str2, String str3, String str4, String str5) {
|
|
this.f = str;
|
|
this.a = str2;
|
|
this.g = str3;
|
|
this.f8433o = str4;
|
|
this.d = str5;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
Wdj wdj = (Wdj) obj;
|
|
String str = this.f;
|
|
if (str == null ? wdj.f != null : !str.equals(wdj.f)) {
|
|
return false;
|
|
}
|
|
String str2 = this.a;
|
|
if (str2 == null ? wdj.a != null : !str2.equals(wdj.a)) {
|
|
return false;
|
|
}
|
|
String str3 = this.g;
|
|
if (str3 == null ? wdj.g != null : !str3.equals(wdj.g)) {
|
|
return false;
|
|
}
|
|
String str4 = this.f8433o;
|
|
if (str4 == null ? wdj.f8433o != null : !str4.equals(wdj.f8433o)) {
|
|
return false;
|
|
}
|
|
String str5 = this.d;
|
|
if (str5 == null ? wdj.d != null : !str5.equals(wdj.d)) {
|
|
return false;
|
|
}
|
|
String str6 = this.h;
|
|
if (str6 == null ? wdj.h != null : !str6.equals(wdj.h)) {
|
|
return false;
|
|
}
|
|
String str7 = this.b;
|
|
if (str7 == null ? wdj.b != null : !str7.equals(wdj.b)) {
|
|
return false;
|
|
}
|
|
String str8 = this.i;
|
|
if (str8 == null ? wdj.i != null : !str8.equals(wdj.i)) {
|
|
return false;
|
|
}
|
|
String str9 = this.j;
|
|
if (str9 == null ? wdj.j == null : str9.equals(wdj.j)) {
|
|
return false;
|
|
}
|
|
String str10 = this.c;
|
|
String str11 = wdj.c;
|
|
return str10 != null ? str10.equals(str11) : str11 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.f;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.a;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.g;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.f8433o;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.d;
|
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.h;
|
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.j;
|
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
|
String str8 = this.b;
|
|
int hashCode8 = str8 != null ? str8.hashCode() : 0;
|
|
String str9 = this.i;
|
|
int hashCode9 = str9 != null ? str9.hashCode() : 0;
|
|
String str10 = this.c;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str10 != null ? str10.hashCode() : 0);
|
|
}
|
|
|
|
public /* synthetic */ Wdj() {
|
|
}
|
|
}
|