74 lines
2.2 KiB
Java
74 lines
2.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Pe, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0821Pe implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0821Pe> CREATOR = new Sts();
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0821Pe(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.c = str;
|
||
|
this.b = str2;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Pe$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<C0821Pe> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0821Pe createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0821Pe(parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0821Pe[] newArray(int i) {
|
||
|
return new C0821Pe[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.b);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("QuestionnaireDisplay(sequence=");
|
||
|
sb.append(str);
|
||
|
sb.append(", answer=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
String str = this.b;
|
||
|
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0821Pe)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0821Pe c0821Pe = (C0821Pe) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) c0821Pe.c) && C14957gcv.b((Object) this.b, (Object) c0821Pe.b);
|
||
|
}
|
||
|
}
|