package com.ironsource;
/* loaded from: classes4.dex */
public class ta {

    /* renamed from: a  reason: collision with root package name */
    private String f3097a;
    private int b;
    private byte[] c;

    public void a(int i) {
        this.b = i;
    }

    public void a(String str) {
        this.f3097a = str;
    }

    public void a(byte[] bArr) {
        this.c = bArr;
    }

    public byte[] a() {
        return this.c;
    }

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

    public String c() {
        return this.f3097a;
    }
}
