148 lines
5.1 KiB
Java
148 lines
5.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class SB implements Parcelable {
|
|
public static final Parcelable.Creator<SB> CREATOR = new RVV();
|
|
public final String a;
|
|
public final boolean b;
|
|
public final String c;
|
|
public final boolean d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String m;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public SB(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, boolean z, boolean z2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
this.m = str;
|
|
this.a = str2;
|
|
this.c = str3;
|
|
this.g = str4;
|
|
this.h = str5;
|
|
this.i = str6;
|
|
this.j = str7;
|
|
this.f = str8;
|
|
this.e = str9;
|
|
this.d = z;
|
|
this.b = z2;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<SB> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ SB createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new SB(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() != 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ SB[] newArray(int i) {
|
|
return new SB[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.e);
|
|
parcel.writeInt(this.d ? 1 : 0);
|
|
parcel.writeInt(this.b ? 1 : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.m;
|
|
String str2 = this.a;
|
|
String str3 = this.c;
|
|
String str4 = this.g;
|
|
String str5 = this.h;
|
|
String str6 = this.i;
|
|
String str7 = this.j;
|
|
String str8 = this.f;
|
|
String str9 = this.e;
|
|
boolean z = this.d;
|
|
boolean z2 = this.b;
|
|
StringBuilder sb = new StringBuilder("NdidCommonIdpDisplay(nodeId=");
|
|
sb.append(str);
|
|
sb.append(", companyCode=");
|
|
sb.append(str2);
|
|
sb.append(", companyLogo=");
|
|
sb.append(str3);
|
|
sb.append(", marketingNameTH=");
|
|
sb.append(str4);
|
|
sb.append(", marketingNameEN=");
|
|
sb.append(str5);
|
|
sb.append(", marketingDisplayName=");
|
|
sb.append(str6);
|
|
sb.append(", maxIal=");
|
|
sb.append(str7);
|
|
sb.append(", maxAal=");
|
|
sb.append(str8);
|
|
sb.append(", industryCode=");
|
|
sb.append(str9);
|
|
sb.append(", enrolled=");
|
|
sb.append(z);
|
|
sb.append(", isSelected=");
|
|
sb.append(z2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.m.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
String str = this.c;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
int hashCode4 = this.g.hashCode();
|
|
int hashCode5 = this.h.hashCode();
|
|
int hashCode6 = this.i.hashCode();
|
|
int hashCode7 = this.j.hashCode();
|
|
int hashCode8 = this.f.hashCode();
|
|
int hashCode9 = this.e.hashCode();
|
|
boolean z = this.d;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
boolean z2 = this.b;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof SB)) {
|
|
return false;
|
|
}
|
|
SB sb = (SB) obj;
|
|
return C14957gcv.b((Object) this.m, (Object) sb.m) && C14957gcv.b((Object) this.a, (Object) sb.a) && C14957gcv.b((Object) this.c, (Object) sb.c) && C14957gcv.b((Object) this.g, (Object) sb.g) && C14957gcv.b((Object) this.h, (Object) sb.h) && C14957gcv.b((Object) this.i, (Object) sb.i) && C14957gcv.b((Object) this.j, (Object) sb.j) && C14957gcv.b((Object) this.f, (Object) sb.f) && C14957gcv.b((Object) this.e, (Object) sb.e) && this.d == sb.d && this.b == sb.b;
|
|
}
|
|
}
|