68 lines
2.0 KiB
Java
68 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class irD {
|
||
|
|
||
|
@SerializedName("name")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("accountType")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("productDetailList")
|
||
|
public final List<OeN> c;
|
||
|
|
||
|
@SerializedName("detailImageURL")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("shortDesc")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.d;
|
||
|
List<OeN> list = this.c;
|
||
|
StringBuilder sb = new StringBuilder("ETBProductDetailEntity(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() {
|
||
|
String str = this.a;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
List<OeN> list = this.c;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (list != null ? list.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof irD)) {
|
||
|
return false;
|
||
|
}
|
||
|
irD ird = (irD) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) ird.a) && C14957gcv.b((Object) this.b, (Object) ird.b) && C14957gcv.b((Object) this.e, (Object) ird.e) && C14957gcv.b((Object) this.d, (Object) ird.d) && C14957gcv.b(this.c, ird.c);
|
||
|
}
|
||
|
}
|