what-the-bank/sources/o/NkY.java

102 lines
2.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class NkY {
@SerializedName("imageURL")
private final String a;
@SerializedName("desc")
private final String b;
@SerializedName("productList")
private final List<nRr> c;
@SerializedName("name")
private final String d;
@SerializedName("salesSheetFlag")
private final String e;
@SerializedName("type")
private final String h;
@SerializedName("sortSequence")
private final Integer i;
private NkY(Integer num) {
this.i = num;
this.h = null;
this.d = null;
this.e = null;
this.b = null;
this.a = null;
this.c = null;
}
private /* synthetic */ NkY(byte b) {
this((Integer) 0);
}
public final String toString() {
Integer num = this.i;
String str = this.h;
String str2 = this.d;
String str3 = this.e;
String str4 = this.b;
String str5 = this.a;
List<nRr> list = this.c;
StringBuilder sb = new StringBuilder("AccountEntity(sortSequence=");
sb.append(num);
sb.append(", type=");
sb.append(str);
sb.append(", name=");
sb.append(str2);
sb.append(", salesSheetFlag=");
sb.append(str3);
sb.append(", desc=");
sb.append(str4);
sb.append(", imageURL=");
sb.append(str5);
sb.append(", productList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.i;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.h;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
List<nRr> list = this.c;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NkY)) {
return false;
}
NkY nkY = (NkY) obj;
return C14957gcv.b(this.i, nkY.i) && C14957gcv.b((Object) this.h, (Object) nkY.h) && C14957gcv.b((Object) this.d, (Object) nkY.d) && C14957gcv.b((Object) this.e, (Object) nkY.e) && C14957gcv.b((Object) this.b, (Object) nkY.b) && C14957gcv.b((Object) this.a, (Object) nkY.a) && C14957gcv.b(this.c, nkY.c);
}
public NkY() {
this((byte) 0);
}
}