113 lines
3.3 KiB
Java
113 lines
3.3 KiB
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class LhO {
|
|
public String a;
|
|
public String b;
|
|
public TfH c;
|
|
public TfH d;
|
|
public TfH e;
|
|
public TfH f;
|
|
LWm g;
|
|
public String h;
|
|
public TfH i;
|
|
public RVV j;
|
|
|
|
/* loaded from: classes.dex */
|
|
public enum LWm {
|
|
FakeWhite,
|
|
FakeBlack
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public enum RVV {
|
|
IMAGE,
|
|
TEXT
|
|
}
|
|
|
|
public LhO(String str, String str2, TfH tfH, LWm lWm, TfH tfH2, TfH tfH3, TfH tfH4, TfH tfH5, RVV rvv, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(tfH, "");
|
|
C14957gcv.e(tfH2, "");
|
|
C14957gcv.e(rvv, "");
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.f = tfH;
|
|
this.g = lWm;
|
|
this.e = tfH2;
|
|
this.i = tfH3;
|
|
this.d = tfH4;
|
|
this.c = tfH5;
|
|
this.j = rvv;
|
|
this.h = str3;
|
|
}
|
|
|
|
public /* synthetic */ LhO() {
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.b;
|
|
TfH tfH = this.f;
|
|
LWm lWm = this.g;
|
|
TfH tfH2 = this.e;
|
|
TfH tfH3 = this.i;
|
|
TfH tfH4 = this.d;
|
|
TfH tfH5 = this.c;
|
|
RVV rvv = this.j;
|
|
String str3 = this.h;
|
|
StringBuilder sb = new StringBuilder("AdBannerInfo(adsId=");
|
|
sb.append(str);
|
|
sb.append(", adsName=");
|
|
sb.append(str2);
|
|
sb.append(", imageUrl=");
|
|
sb.append(tfH);
|
|
sb.append(", fontColor=");
|
|
sb.append(lWm);
|
|
sb.append(", deeplinkUrl=");
|
|
sb.append(tfH2);
|
|
sb.append(", header=");
|
|
sb.append(tfH3);
|
|
sb.append(", description=");
|
|
sb.append(tfH4);
|
|
sb.append(", buttonText=");
|
|
sb.append(tfH5);
|
|
sb.append(", formatType=");
|
|
sb.append(rvv);
|
|
sb.append(", imagePathType=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.b.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
LWm lWm = this.g;
|
|
int hashCode4 = lWm == null ? 0 : lWm.hashCode();
|
|
int hashCode5 = this.e.hashCode();
|
|
TfH tfH = this.i;
|
|
int hashCode6 = tfH == null ? 0 : tfH.hashCode();
|
|
TfH tfH2 = this.d;
|
|
int hashCode7 = tfH2 == null ? 0 : tfH2.hashCode();
|
|
TfH tfH3 = this.c;
|
|
int hashCode8 = tfH3 == null ? 0 : tfH3.hashCode();
|
|
int hashCode9 = this.j.hashCode();
|
|
String str = this.h;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LhO)) {
|
|
return false;
|
|
}
|
|
LhO lhO = (LhO) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) lhO.a) && C14957gcv.b((Object) this.b, (Object) lhO.b) && C14957gcv.b(this.f, lhO.f) && this.g == lhO.g && C14957gcv.b(this.e, lhO.e) && C14957gcv.b(this.i, lhO.i) && C14957gcv.b(this.d, lhO.d) && C14957gcv.b(this.c, lhO.c) && this.j == lhO.j && C14957gcv.b((Object) this.h, (Object) lhO.h);
|
|
}
|
|
}
|