37 lines
946 B
Java
37 lines
946 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
import org.bouncycastle.i18n.ErrorBundle;
|
|
|
|
/* renamed from: o.fqG, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C14278fqG {
|
|
|
|
@SerializedName(ErrorBundle.DETAIL_ENTRY)
|
|
public final List<Ylx> d;
|
|
|
|
public final String toString() {
|
|
List<Ylx> list = this.d;
|
|
StringBuilder sb = new StringBuilder("EasyCashMCMCCalculationEntity(details=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<Ylx> list = this.d;
|
|
if (list == null) {
|
|
return 0;
|
|
}
|
|
return list.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C14278fqG) && C14957gcv.b(this.d, ((C14278fqG) obj).d);
|
|
}
|
|
}
|