package com.pgl.ssdk;

import java.nio.ByteBuffer;

/* JADX INFO: loaded from: classes.dex */
public class t {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final long f24777a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final long f24778b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final int f24779c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private final long f24780d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private final ByteBuffer f24781e;

    public t(long j10, long j11, int i10, long j12, ByteBuffer byteBuffer) {
        this.f24777a = j10;
        this.f24778b = j11;
        this.f24779c = i10;
        this.f24780d = j12;
        this.f24781e = byteBuffer;
    }

    public long a() {
        return this.f24777a;
    }

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

    public long c() {
        return this.f24778b;
    }

    public ByteBuffer d() {
        return this.f24781e;
    }

    public long e() {
        return this.f24780d;
    }
}
