77 lines
2.6 KiB
Java
77 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class JPY {
|
||
|
private final String a;
|
||
|
public final Integer b;
|
||
|
private final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private final String g;
|
||
|
private final String i;
|
||
|
|
||
|
public JPY(String str, String str2, String str3, Integer num, String str4, String str5, String str6) {
|
||
|
this.c = str;
|
||
|
this.d = str2;
|
||
|
this.e = str3;
|
||
|
this.b = num;
|
||
|
this.i = str4;
|
||
|
this.a = str5;
|
||
|
this.g = str6;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
Integer num = this.b;
|
||
|
String str4 = this.i;
|
||
|
String str5 = this.a;
|
||
|
String str6 = this.g;
|
||
|
StringBuilder sb = new StringBuilder("EasycashCommon(groupName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", typeCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", nameType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", sortOrder=");
|
||
|
sb.append(num);
|
||
|
sb.append(", statusType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", remark=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", subTypeCode=");
|
||
|
sb.append(str6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
Integer num = this.b;
|
||
|
int hashCode4 = num == null ? 0 : num.hashCode();
|
||
|
String str4 = this.i;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.a;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.g;
|
||
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof JPY)) {
|
||
|
return false;
|
||
|
}
|
||
|
JPY jpy = (JPY) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) jpy.c) && C14957gcv.b((Object) this.d, (Object) jpy.d) && C14957gcv.b((Object) this.e, (Object) jpy.e) && C14957gcv.b(this.b, jpy.b) && C14957gcv.b((Object) this.i, (Object) jpy.i) && C14957gcv.b((Object) this.a, (Object) jpy.a) && C14957gcv.b((Object) this.g, (Object) jpy.g);
|
||
|
}
|
||
|
}
|