62 lines
1.5 KiB
Java
62 lines
1.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class SYy extends JjC {
|
|
public static final RVV a = new RVV(0);
|
|
public static final Parcelable.Creator<SYy> CREATOR = new Sts();
|
|
|
|
@Override // o.JjC, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public SYy() {
|
|
}
|
|
|
|
public SYy(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
Qp_(parcel);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public static C13396fZU<String, SYy> c(String str, String str2, String str3) {
|
|
SYy sYy = new SYy();
|
|
if (str2 != null) {
|
|
sYy.d("insurance_name", str2);
|
|
}
|
|
if (str3 != null) {
|
|
sYy.d("insurance_type", str3);
|
|
}
|
|
return new C13396fZU<>(str, sYy);
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<SYy> {
|
|
Sts() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ SYy createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new SYy(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ SYy[] newArray(int i) {
|
|
return new SYy[i];
|
|
}
|
|
}
|
|
}
|