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

72 lines
2.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.simpleframework.xml.strategy.Name;
/* loaded from: classes3.dex */
public final class jYC {
@SerializedName("descriptionEN")
public final String a;
@SerializedName("code")
public final String b;
@SerializedName("riskFlag")
public final String c;
@SerializedName("descriptionTH")
public final String d;
@SerializedName(Name.MARK)
public final String e;
@SerializedName("sortSequence")
public final Integer j;
public final String toString() {
Integer num = this.j;
String str = this.b;
String str2 = this.e;
String str3 = this.d;
String str4 = this.a;
String str5 = this.c;
StringBuilder sb = new StringBuilder("SubCategoryInfoEntity(sortSequence=");
sb.append(num);
sb.append(", code=");
sb.append(str);
sb.append(", id=");
sb.append(str2);
sb.append(", descriptionTH=");
sb.append(str3);
sb.append(", descriptionEN=");
sb.append(str4);
sb.append(", riskFlag=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.j;
int hashCode = num == null ? 0 : num.hashCode();
int hashCode2 = this.b.hashCode();
int hashCode3 = this.e.hashCode();
int hashCode4 = this.d.hashCode();
int hashCode5 = this.a.hashCode();
String str = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof jYC)) {
return false;
}
jYC jyc = (jYC) obj;
return C14957gcv.b(this.j, jyc.j) && C14957gcv.b((Object) this.b, (Object) jyc.b) && C14957gcv.b((Object) this.e, (Object) jyc.e) && C14957gcv.b((Object) this.d, (Object) jyc.d) && C14957gcv.b((Object) this.a, (Object) jyc.a) && C14957gcv.b((Object) this.c, (Object) jyc.c);
}
}