package com.vungle.warren.model; import android.content.ContentValues; /* loaded from: classes2.dex */ public class f implements g8.c { @Override // g8.c public String b() { return "analytic_url"; } @Override // g8.c /* renamed from: d, reason: merged with bridge method [inline-methods] */ public e c(ContentValues contentValues) { return new e(contentValues.getAsString("item_id")); } @Override // g8.c /* renamed from: e, reason: merged with bridge method [inline-methods] */ public ContentValues a(e eVar) { ContentValues contentValues = new ContentValues(); contentValues.put("item_id", eVar.f8351a); return contentValues; } }