80 lines
2.4 KiB
Java
80 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Wd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1126Wd implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1126Wd> CREATOR = new IeS();
|
||
|
public final int a;
|
||
|
public final String b;
|
||
|
public final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1126Wd(String str, String str2, int i) {
|
||
|
this.e = str;
|
||
|
this.b = str2;
|
||
|
this.a = i;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Wd$IeS */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<C1126Wd> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1126Wd createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1126Wd(parcel.readString(), parcel.readString(), parcel.readInt());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1126Wd[] newArray(int i) {
|
||
|
return new C1126Wd[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeInt(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
int i = this.a;
|
||
|
StringBuilder sb = new StringBuilder("OccupationDisplay(code=");
|
||
|
sb.append(str);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", sortSequence=");
|
||
|
sb.append(i);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
return (((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + Integer.hashCode(this.a);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1126Wd)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1126Wd c1126Wd = (C1126Wd) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c1126Wd.e) && C14957gcv.b((Object) this.b, (Object) c1126Wd.b) && this.a == c1126Wd.a;
|
||
|
}
|
||
|
}
|