what-the-bank/sources/o/JiO.java

56 lines
1.0 KiB
Java

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<String> 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<String> d;
public String e;
private IeS() {
}
/* synthetic */ IeS(byte b) {
this();
}
}
public /* synthetic */ JiO(IeS ieS, byte b) {
this(ieS);
}
}