what-the-bank/sources/o/hGb.java

34 lines
823 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class hGb extends C16562pOe {
@SerializedName("data")
public final C17189ugZ d;
public final String toString() {
C17189ugZ c17189ugZ = this.d;
StringBuilder sb = new StringBuilder("AppConfigEntity(appConfigDataEntity=");
sb.append(c17189ugZ);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C17189ugZ c17189ugZ = this.d;
if (c17189ugZ == null) {
return 0;
}
return c17189ugZ.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof hGb) && C14957gcv.b(this.d, ((hGb) obj).d);
}
}