package o; /* loaded from: classes3.dex */ public final class fQW { public final String b; public fQW(String str) { C14957gcv.e(str, ""); this.b = str; } public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("BillerNote(description="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof fQW) && C14957gcv.b((Object) this.b, (Object) ((fQW) obj).b); } }