package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public class JiO { @SerializedName("date") public String a; @SerializedName("day") public String b; @SerializedName("dateOfMonth") public String c; @SerializedName("months") public List d; @SerializedName("scheduleType") public String e; private JiO(IeS ieS) { this.a = ieS.c; this.e = ieS.e; this.c = ieS.b; this.d = ieS.d; this.b = ieS.a; } public static IeS e() { return new IeS((byte) 0); } /* loaded from: classes3.dex */ public static final class IeS { public String a; public String b; public String c; public List d; public String e; private IeS() { } /* synthetic */ IeS(byte b) { this(); } } public /* synthetic */ JiO(IeS ieS, byte b) { this(ieS); } }