package com.vungle.warren.model; import android.content.ContentValues; /* loaded from: classes2.dex */ public class b implements g8.c { @Override // g8.c public String b() { return "adAsset"; } @Override // g8.c /* renamed from: d, reason: merged with bridge method [inline-methods] */ public a c(ContentValues contentValues) { a aVar = new a(contentValues.getAsString("ad_identifier"), contentValues.getAsString("server_path"), contentValues.getAsString("local_path"), contentValues.getAsString("item_id")); aVar.f8304f = contentValues.getAsInteger("file_status").intValue(); aVar.f8305g = contentValues.getAsInteger("file_type").intValue(); aVar.f8306h = contentValues.getAsInteger("file_size").intValue(); aVar.f8307i = contentValues.getAsInteger("retry_count").intValue(); aVar.f8308j = contentValues.getAsInteger("retry_error").intValue(); aVar.f8301c = contentValues.getAsString("paren_id"); return aVar; } @Override // g8.c /* renamed from: e, reason: merged with bridge method [inline-methods] */ public ContentValues a(a aVar) { ContentValues contentValues = new ContentValues(); contentValues.put("item_id", aVar.f8299a); contentValues.put("ad_identifier", aVar.f8300b); contentValues.put("paren_id", aVar.f8301c); contentValues.put("server_path", aVar.f8302d); contentValues.put("local_path", aVar.f8303e); contentValues.put("file_status", Integer.valueOf(aVar.f8304f)); contentValues.put("file_type", Integer.valueOf(aVar.f8305g)); contentValues.put("file_size", Long.valueOf(aVar.f8306h)); contentValues.put("retry_count", Integer.valueOf(aVar.f8307i)); contentValues.put("retry_error", Integer.valueOf(aVar.f8308j)); return contentValues; } }