78 lines
2.5 KiB
Java
78 lines
2.5 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.measurement.api.AppMeasurementSdk;
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.uzx, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17235uzx {
|
|
|
|
@SerializedName("remark")
|
|
public final String a;
|
|
|
|
@SerializedName("placeHolder")
|
|
public final String b;
|
|
|
|
@SerializedName("sequence")
|
|
public final Integer c;
|
|
|
|
@SerializedName("key")
|
|
public final String d;
|
|
|
|
@SerializedName("label")
|
|
public final String e;
|
|
|
|
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
|
|
public final List<YEq> j;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
String str4 = this.a;
|
|
Integer num = this.c;
|
|
List<YEq> list = this.j;
|
|
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoSectionInfoEntity(key=");
|
|
sb.append(str);
|
|
sb.append(", label=");
|
|
sb.append(str2);
|
|
sb.append(", placeHolder=");
|
|
sb.append(str3);
|
|
sb.append(", remark=");
|
|
sb.append(str4);
|
|
sb.append(", sequence=");
|
|
sb.append(num);
|
|
sb.append(", value=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
Integer num = this.c;
|
|
int hashCode5 = num == null ? 0 : num.hashCode();
|
|
List<YEq> list = this.j;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17235uzx)) {
|
|
return false;
|
|
}
|
|
C17235uzx c17235uzx = (C17235uzx) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c17235uzx.d) && C14957gcv.b((Object) this.e, (Object) c17235uzx.e) && C14957gcv.b((Object) this.b, (Object) c17235uzx.b) && C14957gcv.b((Object) this.a, (Object) c17235uzx.a) && C14957gcv.b(this.c, c17235uzx.c) && C14957gcv.b(this.j, c17235uzx.j);
|
|
}
|
|
}
|