package com.ifpdos.videopresenter.c;

/* JADX INFO: compiled from: VideoPresenterItemData.java */
/* JADX INFO: loaded from: classes.dex */
public class b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private String[] f2378a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private int f2379b;

    public b(String str) {
        String[] strArr = new String[3];
        this.f2378a = strArr;
        strArr[0] = str;
        for (int i = 1; i < 3; i++) {
            this.f2378a[i] = "";
        }
    }

    public String a() {
        return this.f2378a[0];
    }

    public String b() {
        return this.f2378a[1];
    }

    public String c() {
        return this.f2378a[2];
    }

    public int d() {
        return this.f2379b;
    }

    public void e(int i) {
        this.f2379b = i;
    }

    public b(String str, String str2) {
        this(str);
        this.f2378a[1] = str2;
    }

    public b(String str, String str2, String str3) {
        this(str, str2);
        this.f2378a[2] = str3;
    }
}
