小红书.apk(点击下载) / AdDao.java


package com.xingin.advert.report;

import android.database.sqlite.SQLiteException;
import com.xingin.entities.ShareInfoDetail;
import java.util.List;
import kotlin.Metadata;

@Metadata(d1 = {"\u0000*\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010 \n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0004\ba\u0018\u00002\u00020\u0001J\u0010\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H'J \u0010\u0006\u001a\b\u0012\u0004\u0012\u00020\u00050\u00072\u0006\u0010\b\u001a\u00020\t2\b\b\u0002\u0010\n\u001a\u00020\u000bH'J\u0018\u0010\f\u001a\b\u0012\u0004\u0012\u00020\u00050\u00072\b\b\u0002\u0010\n\u001a\u00020\u000bH'J\u0010\u0010\r\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H'J\u0010\u0010\u000e\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H'¨\u0006\u000f"}, d2 = {"Lcom/xingin/advert/report/AdDao;", "", ShareInfoDetail.OPERATE_DELETE, "", "ad", "Lcom/xingin/advert/report/AdBean;", "getAllAds", "", "time", "", "baseUrl", "", "getReoprts", "insert", "update", "ads_release"}, k = 1, mv = {1, 6, 0}, xi = 48)
/* compiled from: AdDao.kt */
public interface AdDao {

    @Metadata(k = 3, mv = {1, 6, 0}, xi = 48)
    /* compiled from: AdDao.kt */
    public static final class a {
        public static /* synthetic */ List a(AdDao adDao, long j14, String str, int i10, Object obj) throws SQLiteException {
            if (obj == null) {
                if ((i10 & 2) != 0) {
                    str = "https://referee.xiaohongshu.com/v1/stateReport";
                }
                return adDao.getAllAds(j14, str);
            }
            throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getAllAds");
        }

        public static /* synthetic */ List b(AdDao adDao, String str, int i10, Object obj) throws SQLiteException {
            if (obj == null) {
                if ((i10 & 1) != 0) {
                    str = "https://referee.xiaohongshu.com/v1/stateReport";
                }
                return adDao.getReoprts(str);
            }
            throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getReoprts");
        }
    }

    void delete(AdBean adBean);

    List<AdBean> getAllAds(long j14, String str) throws SQLiteException;

    List<AdBean> getReoprts(String str) throws SQLiteException;

    void insert(AdBean adBean);

    void update(AdBean adBean);
}