package com.bytedance.sdk.component.wsy;

import com.bytedance.sdk.component.ro.fm.vt;
import java.io.File;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public class ro {
    final long ajl;

    /* JADX INFO: renamed from: ef, reason: collision with root package name */
    private final boolean f6697ef;
    final int fm;
    final long jnr;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    final Map<String, String> f6698lb;
    final String ro;
    vt wsy;
    final String yz;
    private File wu = null;
    private byte[] vt = null;

    public ro(boolean z10, int i10, String str, Map<String, String> map, String str2, long j10, long j11) {
        this.f6697ef = z10;
        this.fm = i10;
        this.ro = str;
        this.f6698lb = map;
        this.yz = str2;
        this.jnr = j10;
        this.ajl = j11;
    }

    public boolean ajl() {
        return this.f6697ef;
    }

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

    public File jnr() {
        return this.wu;
    }

    public Map<String, String> lb() {
        return this.f6698lb;
    }

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

    public vt wsy() {
        return this.wsy;
    }

    public String yz() {
        return this.yz;
    }

    public void fm(vt vtVar) {
        this.wsy = vtVar;
    }

    public void fm(File file) {
        this.wu = file;
    }

    public void fm(byte[] bArr) {
        this.vt = bArr;
    }
}
