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

43 lines
1.0 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class Cdc {
public final List<C15941jmz> a;
public final goG e;
public Cdc(goG gog, List<C15941jmz> list) {
C14957gcv.e(list, "");
this.e = gog;
this.a = list;
}
public final String toString() {
goG gog = this.e;
List<C15941jmz> list = this.a;
StringBuilder sb = new StringBuilder("CarCollateralPrefill(prefill=");
sb.append(gog);
sb.append(", province=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
goG gog = this.e;
return ((gog == null ? 0 : gog.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Cdc)) {
return false;
}
Cdc cdc = (Cdc) obj;
return C14957gcv.b(this.e, cdc.e) && C14957gcv.b(this.a, cdc.a);
}
}