package d9; /* loaded from: classes2.dex */ public abstract class o extends c implements h9.e { public o(Object obj, Class cls, String str, String str2, int i10) { super(obj, cls, str, str2, (i10 & 1) == 1); } public boolean equals(Object obj) { if (obj == this) { return true; } if (obj instanceof o) { o oVar = (o) obj; return e().equals(oVar.e()) && d().equals(oVar.d()) && f().equals(oVar.f()) && j.a(c(), oVar.c()); } if (obj instanceof h9.e) { return obj.equals(a()); } return false; } public int hashCode() { return (((e().hashCode() * 31) + d().hashCode()) * 31) + f().hashCode(); } public String toString() { h9.a a10 = a(); if (a10 != this) { return a10.toString(); } return "property " + d() + " (Kotlin reflection is not available)"; } }