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

109 lines
3.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class KXq {
@SerializedName("maxFileSize")
public final String a;
@SerializedName("documentDesc")
public final String b;
@SerializedName("documentCode")
public final String c;
@SerializedName("cameraType")
public final String d;
@SerializedName("mandatoryFlag")
public final String e;
@SerializedName("sortSequence")
final int f;
@SerializedName("maxQuantity")
public final Integer g;
@SerializedName("remark")
public final String h;
@SerializedName("minQuantity")
public final Integer i;
@SerializedName("uploadMethod")
public final FHX j;
@SerializedName("uploads")
public final List<C0644Lfo> m;
public final String toString() {
int i = this.f;
String str = this.c;
String str2 = this.b;
String str3 = this.e;
Integer num = this.i;
Integer num2 = this.g;
String str4 = this.a;
String str5 = this.d;
String str6 = this.h;
FHX fhx = this.j;
List<C0644Lfo> list = this.m;
StringBuilder sb = new StringBuilder("DocumentEntity(sortSequence=");
sb.append(i);
sb.append(", documentCode=");
sb.append(str);
sb.append(", documentDesc=");
sb.append(str2);
sb.append(", mandatoryFlag=");
sb.append(str3);
sb.append(", minQuantity=");
sb.append(num);
sb.append(", maxQuantity=");
sb.append(num2);
sb.append(", maxFileSize=");
sb.append(str4);
sb.append(", cameraType=");
sb.append(str5);
sb.append(", remark=");
sb.append(str6);
sb.append(", uploadMethod=");
sb.append(fhx);
sb.append(", uploads=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.f);
int hashCode2 = this.c.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.e.hashCode();
Integer num = this.i;
int hashCode5 = num == null ? 0 : num.hashCode();
Integer num2 = this.g;
int hashCode6 = num2 == null ? 0 : num2.hashCode();
int hashCode7 = this.a.hashCode();
int hashCode8 = this.d.hashCode();
String str = this.h;
int hashCode9 = str == null ? 0 : str.hashCode();
int hashCode10 = this.j.hashCode();
List<C0644Lfo> list = this.m;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KXq)) {
return false;
}
KXq kXq = (KXq) obj;
return this.f == kXq.f && C14957gcv.b((Object) this.c, (Object) kXq.c) && C14957gcv.b((Object) this.b, (Object) kXq.b) && C14957gcv.b((Object) this.e, (Object) kXq.e) && C14957gcv.b(this.i, kXq.i) && C14957gcv.b(this.g, kXq.g) && C14957gcv.b((Object) this.a, (Object) kXq.a) && C14957gcv.b((Object) this.d, (Object) kXq.d) && C14957gcv.b((Object) this.h, (Object) kXq.h) && C14957gcv.b(this.j, kXq.j) && C14957gcv.b(this.m, kXq.m);
}
}