package o; import java.util.List; /* loaded from: classes3.dex */ public final class Ocq { public final String b; public final List d; public Ocq(String str, List list) { C14957gcv.e(str, ""); C14957gcv.e(list, ""); this.b = str; this.d = list; } public final String toString() { String str = this.b; List list = this.d; StringBuilder sb = new StringBuilder("LongDescListResponse(header="); sb.append(str); sb.append(", items="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.b.hashCode() * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Ocq)) { return false; } Ocq ocq = (Ocq) obj; return C14957gcv.b((Object) this.b, (Object) ocq.b) && C14957gcv.b(this.d, ocq.d); } }