package com.igaworks.ssp.part.video.a.b; import java.io.Serializable; /* loaded from: classes2.dex */ public class d implements Serializable { /* renamed from: a, reason: collision with root package name */ private long f7357a; /* renamed from: b, reason: collision with root package name */ private String f7358b; /* renamed from: c, reason: collision with root package name */ private boolean f7359c = false; public d(long j10, String str) { this.f7357a = j10; this.f7358b = str; } public long a() { return this.f7357a; } public String b() { return this.f7358b; } public boolean c() { return this.f7359c; } public void a(boolean z10) { this.f7359c = z10; } }