package o; import com.google.android.gms.measurement.api.AppMeasurementSdk; import com.google.gson.annotations.SerializedName; /* renamed from: o.bRj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4149bRj { @SerializedName("keyName") public final String c; @SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE) public final String e; public final String toString() { String str = this.c; String str2 = this.e; StringBuilder sb = new StringBuilder("BillPaymentBillersConfigResultEntity(keyName="); sb.append(str); sb.append(", value="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4149bRj)) { return false; } C4149bRj c4149bRj = (C4149bRj) obj; return C14957gcv.b((Object) this.c, (Object) c4149bRj.c) && C14957gcv.b((Object) this.e, (Object) c4149bRj.e); } }