69 lines
2.1 KiB
Java
69 lines
2.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.rui, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16866rui {
|
|
|
|
@SerializedName("key")
|
|
public final String a;
|
|
|
|
@SerializedName("sectionInfo")
|
|
public final List<C17235uzx> b;
|
|
|
|
@SerializedName("remark")
|
|
public final String c;
|
|
|
|
@SerializedName("label")
|
|
public final String d;
|
|
|
|
@SerializedName("sequence")
|
|
public final Integer e;
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
String str3 = this.c;
|
|
List<C17235uzx> list = this.b;
|
|
Integer num = this.e;
|
|
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoComponentEntity(key=");
|
|
sb.append(str);
|
|
sb.append(", label=");
|
|
sb.append(str2);
|
|
sb.append(", remark=");
|
|
sb.append(str3);
|
|
sb.append(", sectionInfo=");
|
|
sb.append(list);
|
|
sb.append(", sequence=");
|
|
sb.append(num);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
List<C17235uzx> list = this.b;
|
|
int hashCode4 = list == null ? 0 : list.hashCode();
|
|
Integer num = this.e;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (num != null ? num.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16866rui)) {
|
|
return false;
|
|
}
|
|
C16866rui c16866rui = (C16866rui) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c16866rui.a) && C14957gcv.b((Object) this.d, (Object) c16866rui.d) && C14957gcv.b((Object) this.c, (Object) c16866rui.c) && C14957gcv.b(this.b, c16866rui.b) && C14957gcv.b(this.e, c16866rui.e);
|
|
}
|
|
}
|