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