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