package com.bytedance.sdk.component.ajl.fm.yz.ro;

/* JADX INFO: loaded from: classes.dex */
public class fm {
    private int fm;
    private int ro;

    public fm(int i10, int i11, long j10) {
        if (i11 < i10) {
            throw new IllegalStateException("atMostBatchSendCount should meet a condition (atMostBatchSendCount >= maxCacheCount)");
        }
        this.fm = i10;
        this.ro = i11;
    }

    public static fm lb() {
        return new fm(1, 100, 172800000L);
    }

    public int fm() {
        return this.fm;
    }

    public int ro() {
        return this.ro;
    }

    public static fm fm(int i10, int i11) {
        return new fm(i10, i11, 172800000L);
    }
}
