package o; /* loaded from: classes6.dex */ public final class gmS extends gmF { public static final Object b = new Object(); public static final Object d = new Object(); String c; String e; private Object h; public gmS(String str, String str2, Object obj) { this.c = str; this.e = str2; this.h = obj; } public final boolean equals(Object obj) { if (!(obj instanceof gmS)) { return false; } gmS gms = (gmS) obj; if (!this.e.equals(gms.e)) { return false; } String str = this.c; if (str == null) { if (gms.c != null) { return false; } } else if (!str.equals(gms.c)) { return false; } Object obj2 = this.h; if (obj2 == null) { if (gms.h != null) { return false; } } else if (!obj2.equals(gms.h)) { return false; } return c(gms); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.c; return hashCode ^ (str == null ? 0 : str.hashCode()); } public final String toString() { Object obj = this.h; if (obj != null) { return obj.toString(); } return null; } }