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

84 lines
2.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dis, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C9394dis {
@SerializedName("nameType")
public final String a;
@SerializedName("sortOrder")
public final String b;
@SerializedName("groupName")
public final String c;
@SerializedName("remark")
public final String d;
@SerializedName("statusType")
public final String e;
@SerializedName("subTypeCode")
public final String f;
@SerializedName("typeCode")
public final String g;
public final String toString() {
String str = this.c;
String str2 = this.g;
String str3 = this.a;
String str4 = this.b;
String str5 = this.e;
String str6 = this.d;
String str7 = this.f;
StringBuilder sb = new StringBuilder("EasycashCommonEntity(groupName=");
sb.append(str);
sb.append(", typeCode=");
sb.append(str2);
sb.append(", nameType=");
sb.append(str3);
sb.append(", sortOrder=");
sb.append(str4);
sb.append(", statusType=");
sb.append(str5);
sb.append(", remark=");
sb.append(str6);
sb.append(", subTypeCode=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.g;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.e;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.d;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.f;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str7 != null ? str7.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C9394dis)) {
return false;
}
C9394dis c9394dis = (C9394dis) obj;
return C14957gcv.b((Object) this.c, (Object) c9394dis.c) && C14957gcv.b((Object) this.g, (Object) c9394dis.g) && C14957gcv.b((Object) this.a, (Object) c9394dis.a) && C14957gcv.b((Object) this.b, (Object) c9394dis.b) && C14957gcv.b((Object) this.e, (Object) c9394dis.e) && C14957gcv.b((Object) this.d, (Object) c9394dis.d) && C14957gcv.b((Object) this.f, (Object) c9394dis.f);
}
}