package i.b.a;

/* JADX INFO: compiled from: Property.java */
/* JADX INFO: loaded from: classes.dex */
public class g {
    public final int a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Class<?> f4245b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f4246c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final boolean f4247d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String f4248e;

    public g(int i2, Class<?> cls, String str, boolean z, String str2) {
        this.a = i2;
        this.f4245b = cls;
        this.f4246c = str;
        this.f4247d = z;
        this.f4248e = str2;
    }
}
