package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class NJw { @SerializedName("token") public final String b; public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("BillPaymentBillerConfigCacheEntity(token="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof NJw) && C14957gcv.b((Object) this.b, (Object) ((NJw) obj).b); } }