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

93 lines
2.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class nRr {
@SerializedName("desc")
private final String a;
@SerializedName("sortSequence")
private final Integer b;
@SerializedName("name")
private final String c;
@SerializedName("salesSheetFlag")
private final String d;
@SerializedName("imageURL")
private final String e;
@SerializedName("subList")
private final List<Zyn> f;
private nRr(Integer num) {
this.b = num;
this.c = null;
this.a = null;
this.e = null;
this.d = null;
this.f = null;
}
private /* synthetic */ nRr(byte b) {
this((Integer) 0);
}
public final String toString() {
Integer num = this.b;
String str = this.c;
String str2 = this.a;
String str3 = this.e;
String str4 = this.d;
List<Zyn> list = this.f;
StringBuilder sb = new StringBuilder("ProductEntity(sortSequence=");
sb.append(num);
sb.append(", name=");
sb.append(str);
sb.append(", desc=");
sb.append(str2);
sb.append(", imageURL=");
sb.append(str3);
sb.append(", salesSheetFlag=");
sb.append(str4);
sb.append(", subList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.b;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.c;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.d;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
List<Zyn> list = this.f;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof nRr)) {
return false;
}
nRr nrr = (nRr) obj;
return C14957gcv.b(this.b, nrr.b) && C14957gcv.b((Object) this.c, (Object) nrr.c) && C14957gcv.b((Object) this.a, (Object) nrr.a) && C14957gcv.b((Object) this.e, (Object) nrr.e) && C14957gcv.b((Object) this.d, (Object) nrr.d) && C14957gcv.b(this.f, nrr.f);
}
public nRr() {
this((byte) 0);
}
}