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

67 lines
1.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.ErrorBundle;
/* loaded from: classes3.dex */
public final class AbZ {
@SerializedName("offers")
public final List<uIe> a;
@SerializedName(ErrorBundle.DETAIL_ENTRY)
public final List<Ylx> b;
@SerializedName("applicationId")
public final String c;
private AbZ(byte b) {
this.a = null;
this.c = null;
this.b = null;
}
private /* synthetic */ AbZ(char c) {
this((byte) 0);
}
public final String toString() {
List<uIe> list = this.a;
String str = this.c;
List<Ylx> list2 = this.b;
StringBuilder sb = new StringBuilder("EasycashAutoDetailEntity(offers=");
sb.append(list);
sb.append(", applicationId=");
sb.append(str);
sb.append(", details=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<uIe> list = this.a;
int hashCode = list == null ? 0 : list.hashCode();
String str = this.c;
int hashCode2 = str == null ? 0 : str.hashCode();
List<Ylx> list2 = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (list2 != null ? list2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof AbZ)) {
return false;
}
AbZ abZ = (AbZ) obj;
return C14957gcv.b(this.a, abZ.a) && C14957gcv.b((Object) this.c, (Object) abZ.c) && C14957gcv.b(this.b, abZ.b);
}
public AbZ() {
this((char) 0);
}
}