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

98 lines
3.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class AbM {
@SerializedName("descriptionTH")
public final String a;
@SerializedName("classificationId")
public final String b;
@SerializedName("descriptionEN")
public final String c;
@SerializedName("code")
public final String d;
@SerializedName("parentId")
public final String e;
@SerializedName("sortSequence")
public final int f;
@SerializedName("remarksTH")
public final String g;
@SerializedName("schemeId")
public final String i;
@SerializedName("remarksEN")
public final String j;
public final String toString() {
String str = this.i;
String str2 = this.d;
int i = this.f;
String str3 = this.a;
String str4 = this.c;
String str5 = this.g;
String str6 = this.j;
String str7 = this.b;
String str8 = this.e;
StringBuilder sb = new StringBuilder("CategoryEntity(schemeId=");
sb.append(str);
sb.append(", code=");
sb.append(str2);
sb.append(", sortSequence=");
sb.append(i);
sb.append(", descriptionTH=");
sb.append(str3);
sb.append(", descriptionEN=");
sb.append(str4);
sb.append(", remarksTH=");
sb.append(str5);
sb.append(", remarksEN=");
sb.append(str6);
sb.append(", classificationId=");
sb.append(str7);
sb.append(", parentId=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
int hashCode3 = Integer.hashCode(this.f);
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.j;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode8 = str7 == null ? 0 : str7.hashCode();
String str8 = this.e;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str8 != null ? str8.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof AbM)) {
return false;
}
AbM abM = (AbM) obj;
return C14957gcv.b((Object) this.i, (Object) abM.i) && C14957gcv.b((Object) this.d, (Object) abM.d) && this.f == abM.f && C14957gcv.b((Object) this.a, (Object) abM.a) && C14957gcv.b((Object) this.c, (Object) abM.c) && C14957gcv.b((Object) this.g, (Object) abM.g) && C14957gcv.b((Object) this.j, (Object) abM.j) && C14957gcv.b((Object) this.b, (Object) abM.b) && C14957gcv.b((Object) this.e, (Object) abM.e);
}
}