53 lines
1.5 KiB
Java
53 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.ICi, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0499ICi {
|
||
|
|
||
|
@SerializedName("popup")
|
||
|
public final C16374nnr e = null;
|
||
|
|
||
|
@SerializedName("vertical")
|
||
|
public final List<VAh> d = null;
|
||
|
|
||
|
@SerializedName("banner")
|
||
|
public final List<Rgo> c = null;
|
||
|
|
||
|
public final String toString() {
|
||
|
C16374nnr c16374nnr = this.e;
|
||
|
List<VAh> list = this.d;
|
||
|
List<Rgo> list2 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("CampaignAllEntity(popup=");
|
||
|
sb.append(c16374nnr);
|
||
|
sb.append(", verticalAds=");
|
||
|
sb.append(list);
|
||
|
sb.append(", banner=");
|
||
|
sb.append(list2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
C16374nnr c16374nnr = this.e;
|
||
|
int hashCode = c16374nnr == null ? 0 : c16374nnr.hashCode();
|
||
|
List<VAh> list = this.d;
|
||
|
int hashCode2 = list == null ? 0 : list.hashCode();
|
||
|
List<Rgo> list2 = this.c;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (list2 != null ? list2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0499ICi)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0499ICi c0499ICi = (C0499ICi) obj;
|
||
|
return C14957gcv.b(this.e, c0499ICi.e) && C14957gcv.b(this.d, c0499ICi.d) && C14957gcv.b(this.c, c0499ICi.c);
|
||
|
}
|
||
|
}
|