142 lines
5.1 KiB
Java
142 lines
5.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Vv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1109Vv implements Parcelable {
|
|
public static final Parcelable.Creator<C1109Vv> CREATOR = new Sts();
|
|
public final String a;
|
|
public final List<String> b;
|
|
public final boolean c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final boolean h;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1109Vv(boolean z, String str, List<String> list, String str2, String str3, String str4, boolean z2, String str5) {
|
|
this.c = z;
|
|
this.d = str;
|
|
this.b = list;
|
|
this.a = str2;
|
|
this.e = str3;
|
|
this.g = str4;
|
|
this.h = z2;
|
|
this.f = str5;
|
|
}
|
|
|
|
/* renamed from: o.Vv$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C1109Vv> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1109Vv createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1109Vv(parcel.readInt() != 0, parcel.readString(), parcel.createStringArrayList(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1109Vv[] newArray(int i) {
|
|
return new C1109Vv[i];
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ C1109Vv b(C1109Vv c1109Vv, boolean z, String str, List list, String str2, String str3, String str4, boolean z2, String str5, int i) {
|
|
return new C1109Vv((i & 1) != 0 ? c1109Vv.c : z, (i & 2) != 0 ? c1109Vv.d : str, (i & 4) != 0 ? c1109Vv.b : list, (i & 8) != 0 ? c1109Vv.a : str2, (i & 16) != 0 ? c1109Vv.e : str3, (i & 32) != 0 ? c1109Vv.g : str4, (i & 64) != 0 ? c1109Vv.h : z2, (i & 128) != 0 ? c1109Vv.f : str5);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.c ? 1 : 0);
|
|
parcel.writeString(this.d);
|
|
parcel.writeStringList(this.b);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.g);
|
|
parcel.writeInt(this.h ? 1 : 0);
|
|
parcel.writeString(this.f);
|
|
}
|
|
|
|
public final String toString() {
|
|
boolean z = this.c;
|
|
String str = this.d;
|
|
List<String> list = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.e;
|
|
String str4 = this.g;
|
|
boolean z2 = this.h;
|
|
String str5 = this.f;
|
|
StringBuilder sb = new StringBuilder("FieldDisplay(fieldFlag=");
|
|
sb.append(z);
|
|
sb.append(", label=");
|
|
sb.append(str);
|
|
sb.append(", length=");
|
|
sb.append(list);
|
|
sb.append(", defaultId=");
|
|
sb.append(str2);
|
|
sb.append(", defaultValue=");
|
|
sb.append(str3);
|
|
sb.append(", placeholder=");
|
|
sb.append(str4);
|
|
sb.append(", lovFlag=");
|
|
sb.append(z2);
|
|
sb.append(", maxLength=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
|
|
/* JADX WARN: Type inference failed for: r0v16 */
|
|
/* JADX WARN: Type inference failed for: r0v17 */
|
|
public final int hashCode() {
|
|
boolean z = this.c;
|
|
?? r0 = z;
|
|
if (z) {
|
|
r0 = 1;
|
|
}
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
List<String> list = this.b;
|
|
int hashCode2 = list == null ? 0 : list.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
boolean z2 = this.h;
|
|
int i = z2 ? 1 : z2 ? 1 : 0;
|
|
String str5 = this.f;
|
|
return (((((((((((((r0 * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean c() {
|
|
return this.c;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.e;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1109Vv)) {
|
|
return false;
|
|
}
|
|
C1109Vv c1109Vv = (C1109Vv) obj;
|
|
return this.c == c1109Vv.c && C14957gcv.b((Object) this.d, (Object) c1109Vv.d) && C14957gcv.b(this.b, c1109Vv.b) && C14957gcv.b((Object) this.a, (Object) c1109Vv.a) && C14957gcv.b((Object) this.e, (Object) c1109Vv.e) && C14957gcv.b((Object) this.g, (Object) c1109Vv.g) && this.h == c1109Vv.h && C14957gcv.b((Object) this.f, (Object) c1109Vv.f);
|
|
}
|
|
}
|