package com.mbridge.msdk.foundation.same.d;
/* compiled from: DisplayInfo.java */
/* loaded from: classes5.dex */
public final class a {

    /* renamed from: a  reason: collision with root package name */
    private String f3621a;
    private long b;
    private String c;

    public final String a() {
        return this.f3621a;
    }

    public final long b() {
        return this.b;
    }

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

    public a(String str, String str2) {
        this.f3621a = str;
        this.c = str2;
    }

    public a(String str, long j) {
        this.f3621a = str;
        this.b = j;
    }
}
