package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.blV, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C5037blV { @SerializedName("labelEN") public final String c; @SerializedName("labelTH") public final String d; public final String toString() { String str = this.c; String str2 = this.d; StringBuilder sb = new StringBuilder("AppConfigConsentToRequestMobileEntity(labelEN="); sb.append(str); sb.append(", labelTH="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C5037blV)) { return false; } C5037blV c5037blV = (C5037blV) obj; return C14957gcv.b((Object) this.c, (Object) c5037blV.c) && C14957gcv.b((Object) this.d, (Object) c5037blV.d); } }