package o; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import com.huawei.hms.support.feature.result.CommonConstant; /* loaded from: classes.dex */ public class Pag { @SerializedName(CommonConstant.KEY_STATUS) public iJI e; public final /* synthetic */ void e(Gson gson, JsonReader jsonReader, int i) { boolean z = jsonReader.peek() != JsonToken.NULL; if (i != 515) { jsonReader.skipValue(); } else if (z) { this.e = (iJI) gson.getAdapter(iJI.class).read2(jsonReader); } else { this.e = null; jsonReader.nextNull(); } } public final /* synthetic */ void c(Gson gson, JsonWriter jsonWriter, PYE pye) { if (this != this.e) { pye.c(jsonWriter, 433); iJI iji = this.e; DTh.b(gson, iJI.class, iji).write(jsonWriter, iji); } } public Pag a(iJI iji) { this.e = iji; return this; } }