package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class viH extends C16562pOe { @SerializedName("version") public final String b; public final String toString() { String str = this.b; StringBuilder sb = new StringBuilder("PromptPayTCEntity(promptpayTcLatestVersion="); 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 viH) && C14957gcv.b((Object) this.b, (Object) ((viH) obj).b); } }