82 lines
2.3 KiB
Java
82 lines
2.3 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Yg, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1220Yg implements Parcelable {
|
||
|
public static final Parcelable.Creator<C1220Yg> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
public final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C1220Yg(String str, String str2) {
|
||
|
this.e = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ C1220Yg(byte b) {
|
||
|
this(null, null);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Yg$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<C1220Yg> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C1220Yg createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C1220Yg(parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C1220Yg[] newArray(int i) {
|
||
|
return new C1220Yg[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("ConditionLabelDisplay(upCash=");
|
||
|
sb.append(str);
|
||
|
sb.append(", nonUpCash=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.a;
|
||
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1220Yg)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1220Yg c1220Yg = (C1220Yg) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c1220Yg.e) && C14957gcv.b((Object) this.a, (Object) c1220Yg.a);
|
||
|
}
|
||
|
|
||
|
public C1220Yg() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|