package com.igaworks.ssp.part.video.a.b; import java.io.Serializable; /* loaded from: classes2.dex */ public class e implements Serializable { /* renamed from: a, reason: collision with root package name */ private float f7360a; /* renamed from: b, reason: collision with root package name */ private String f7361b; /* renamed from: c, reason: collision with root package name */ private boolean f7362c = false; public e(float f10, String str) { this.f7360a = f10; this.f7361b = str; } public float a() { return this.f7360a; } public String b() { return this.f7361b; } public boolean c() { return this.f7362c; } public void a(boolean z10) { this.f7362c = z10; } }