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

47 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.NfL, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0730NfL {
@SerializedName("sortSequence")
public final int a;
@SerializedName("documentCode")
public final String c;
@SerializedName("documentDesc")
public final String e;
public final String toString() {
int i = this.a;
String str = this.c;
String str2 = this.e;
StringBuilder sb = new StringBuilder("SupportingDocumentEntity(sortSequence=");
sb.append(i);
sb.append(", documentType=");
sb.append(str);
sb.append(", documentDesc=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((Integer.hashCode(this.a) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0730NfL)) {
return false;
}
C0730NfL c0730NfL = (C0730NfL) obj;
return this.a == c0730NfL.a && C14957gcv.b((Object) this.c, (Object) c0730NfL.c) && C14957gcv.b((Object) this.e, (Object) c0730NfL.e);
}
}