83 lines
2.4 KiB
Java
83 lines
2.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.snz, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16970snz {
|
|
|
|
@SerializedName("firstName")
|
|
public final String a;
|
|
|
|
@SerializedName("lastName")
|
|
public final String b;
|
|
|
|
@SerializedName("mobileNumber")
|
|
public final String c;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final Integer d;
|
|
|
|
@SerializedName("coborrowerId")
|
|
public final String e;
|
|
|
|
/* renamed from: o.snz$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
Integer num = this.d;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
StringBuilder sb = new StringBuilder("CoBorrowerEntity(coBorrowerId=");
|
|
sb.append(str);
|
|
sb.append(", sortSequence=");
|
|
sb.append(num);
|
|
sb.append(", firstName=");
|
|
sb.append(str2);
|
|
sb.append(", lastName=");
|
|
sb.append(str3);
|
|
sb.append(", mobileNumber=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
Integer num = this.d;
|
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16970snz)) {
|
|
return false;
|
|
}
|
|
C16970snz c16970snz = (C16970snz) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c16970snz.e) && C14957gcv.b(this.d, c16970snz.d) && C14957gcv.b((Object) this.a, (Object) c16970snz.a) && C14957gcv.b((Object) this.b, (Object) c16970snz.b) && C14957gcv.b((Object) this.c, (Object) c16970snz.c);
|
|
}
|
|
|
|
static {
|
|
new RVV((byte) 0);
|
|
}
|
|
}
|