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