32 lines
814 B
Java
32 lines
814 B
Java
package o;
|
|
|
|
import com.google.android.gms.measurement.api.AppMeasurementSdk;
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Bkx {
|
|
|
|
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
|
|
public final List<Iof> b;
|
|
|
|
public final String toString() {
|
|
List<Iof> list = this.b;
|
|
StringBuilder sb = new StringBuilder("EasycashSummaryCoBorrower(value=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof Bkx) && C14957gcv.b(this.b, ((Bkx) obj).b);
|
|
}
|
|
}
|