98 lines
3.0 KiB
Java
98 lines
3.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TQr {
|
|
|
|
@SerializedName("deeplinkUrlTH")
|
|
public final String a;
|
|
|
|
@SerializedName("deeplinkUrlEN")
|
|
public final String b;
|
|
|
|
@SerializedName("contextualMetadata")
|
|
public final vVa c;
|
|
|
|
@SerializedName("adsName")
|
|
public final String d;
|
|
|
|
@SerializedName("adsId")
|
|
public final int e;
|
|
|
|
@SerializedName("fontColor")
|
|
public final String f;
|
|
|
|
@SerializedName("imageUrlTH")
|
|
public final String g;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int h;
|
|
|
|
@SerializedName("imageUrlEN")
|
|
public final String i;
|
|
|
|
@SerializedName("imagePathType")
|
|
public final String j;
|
|
|
|
public final String toString() {
|
|
int i = this.e;
|
|
String str = this.d;
|
|
int i2 = this.h;
|
|
String str2 = this.i;
|
|
String str3 = this.g;
|
|
String str4 = this.f;
|
|
String str5 = this.b;
|
|
String str6 = this.a;
|
|
vVa vva = this.c;
|
|
String str7 = this.j;
|
|
StringBuilder sb = new StringBuilder("AdEntity(adsId=");
|
|
sb.append(i);
|
|
sb.append(", adsName=");
|
|
sb.append(str);
|
|
sb.append(", sortSequence=");
|
|
sb.append(i2);
|
|
sb.append(", imageUrlEN=");
|
|
sb.append(str2);
|
|
sb.append(", imageUrlTH=");
|
|
sb.append(str3);
|
|
sb.append(", fontColor=");
|
|
sb.append(str4);
|
|
sb.append(", deepLinkUrlEN=");
|
|
sb.append(str5);
|
|
sb.append(", deepLinkUrlTH=");
|
|
sb.append(str6);
|
|
sb.append(", contextualMetadata=");
|
|
sb.append(vva);
|
|
sb.append(", imagePathType=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.e);
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = Integer.hashCode(this.h);
|
|
int hashCode4 = this.i.hashCode();
|
|
int hashCode5 = this.g.hashCode();
|
|
int hashCode6 = this.f.hashCode();
|
|
int hashCode7 = this.b.hashCode();
|
|
int hashCode8 = this.a.hashCode();
|
|
int hashCode9 = this.c.hashCode();
|
|
String str = this.j;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof TQr)) {
|
|
return false;
|
|
}
|
|
TQr tQr = (TQr) obj;
|
|
return this.e == tQr.e && C14957gcv.b((Object) this.d, (Object) tQr.d) && this.h == tQr.h && C14957gcv.b((Object) this.i, (Object) tQr.i) && C14957gcv.b((Object) this.g, (Object) tQr.g) && C14957gcv.b((Object) this.f, (Object) tQr.f) && C14957gcv.b((Object) this.b, (Object) tQr.b) && C14957gcv.b((Object) this.a, (Object) tQr.a) && C14957gcv.b(this.c, tQr.c) && C14957gcv.b((Object) this.j, (Object) tQr.j);
|
|
}
|
|
}
|