91 lines
2.7 KiB
Java
91 lines
2.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Io, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0520Io implements ITp, Parcelable {
|
|
public static final Parcelable.Creator<C0520Io> CREATOR = new IeS();
|
|
public final String a;
|
|
public final String b;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0520Io(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = str;
|
|
this.a = str2;
|
|
this.b = str3;
|
|
}
|
|
|
|
public /* synthetic */ C0520Io(String str, String str2) {
|
|
this(str, str2, null);
|
|
}
|
|
|
|
/* renamed from: o.Io$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<C0520Io> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0520Io createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0520Io(parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0520Io[] newArray(int i) {
|
|
return new C0520Io[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
StringBuilder sb = new StringBuilder("CommonInputFilterItemDisplay(name=");
|
|
sb.append(str);
|
|
sb.append(", code=");
|
|
sb.append(str2);
|
|
sb.append(", imageUrl=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
String str = this.b;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
@Override // o.ITp
|
|
public final String d() {
|
|
return this.e;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0520Io)) {
|
|
return false;
|
|
}
|
|
C0520Io c0520Io = (C0520Io) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0520Io.e) && C14957gcv.b((Object) this.a, (Object) c0520Io.a) && C14957gcv.b((Object) this.b, (Object) c0520Io.b);
|
|
}
|
|
}
|