96 lines
3.2 KiB
Java
96 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nGL {
|
||
|
public final String a;
|
||
|
public final C15369goi b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final int e;
|
||
|
public final String f;
|
||
|
public final int g;
|
||
|
public final String h;
|
||
|
public final String i;
|
||
|
public final String j;
|
||
|
|
||
|
public nGL(int i, String str, int i2, String str2, String str3, String str4, String str5, String str6, C15369goi c15369goi, String str7) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(c15369goi, "");
|
||
|
this.e = i;
|
||
|
this.d = str;
|
||
|
this.g = i2;
|
||
|
this.j = str2;
|
||
|
this.f = str3;
|
||
|
this.h = str4;
|
||
|
this.c = str5;
|
||
|
this.a = str6;
|
||
|
this.b = c15369goi;
|
||
|
this.i = str7;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.e;
|
||
|
String str = this.d;
|
||
|
int i2 = this.g;
|
||
|
String str2 = this.j;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.c;
|
||
|
String str6 = this.a;
|
||
|
C15369goi c15369goi = this.b;
|
||
|
String str7 = this.i;
|
||
|
StringBuilder sb = new StringBuilder("Ad(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(c15369goi);
|
||
|
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.g);
|
||
|
int hashCode4 = this.j.hashCode();
|
||
|
int hashCode5 = this.f.hashCode();
|
||
|
int hashCode6 = this.h.hashCode();
|
||
|
int hashCode7 = this.c.hashCode();
|
||
|
int hashCode8 = this.a.hashCode();
|
||
|
int hashCode9 = this.b.hashCode();
|
||
|
String str = this.i;
|
||
|
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 nGL)) {
|
||
|
return false;
|
||
|
}
|
||
|
nGL ngl = (nGL) obj;
|
||
|
return this.e == ngl.e && C14957gcv.b((Object) this.d, (Object) ngl.d) && this.g == ngl.g && C14957gcv.b((Object) this.j, (Object) ngl.j) && C14957gcv.b((Object) this.f, (Object) ngl.f) && C14957gcv.b((Object) this.h, (Object) ngl.h) && C14957gcv.b((Object) this.c, (Object) ngl.c) && C14957gcv.b((Object) this.a, (Object) ngl.a) && C14957gcv.b(this.b, ngl.b) && C14957gcv.b((Object) this.i, (Object) ngl.i);
|
||
|
}
|
||
|
}
|