package com.ifpdos.autotest.lancontrol.module.other.d;

/* JADX INFO: compiled from: ActivityEvent.java */
/* JADX INFO: loaded from: classes.dex */
public class a {

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

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

    public a(b bVar, String str) {
        this.f2076a = bVar;
        this.f2077b = str;
    }

    public b a() {
        return this.f2076a;
    }

    public String b() {
        return this.f2077b;
    }

    public a(b bVar) {
        this(bVar, null);
    }
}
