61 lines
1.8 KiB
Java
61 lines
1.8 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class MkB {
|
|
public final String a;
|
|
public final String b;
|
|
public final List<C0272CuS> c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public MkB(String str, String str2, String str3, String str4, List<C0272CuS> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(list, "");
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.a = str3;
|
|
this.d = str4;
|
|
this.c = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.a;
|
|
String str4 = this.d;
|
|
List<C0272CuS> list = this.c;
|
|
StringBuilder sb = new StringBuilder("ETBProductDetailResponse(productName=");
|
|
sb.append(str);
|
|
sb.append(", accountType=");
|
|
sb.append(str2);
|
|
sb.append(", shortDesc=");
|
|
sb.append(str3);
|
|
sb.append(", detailImageURL=");
|
|
sb.append(str4);
|
|
sb.append(", productDetailList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof MkB)) {
|
|
return false;
|
|
}
|
|
MkB mkB = (MkB) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) mkB.e) && C14957gcv.b((Object) this.b, (Object) mkB.b) && C14957gcv.b((Object) this.a, (Object) mkB.a) && C14957gcv.b((Object) this.d, (Object) mkB.d) && C14957gcv.b(this.c, mkB.c);
|
|
}
|
|
}
|