94 lines
3.3 KiB
Java
94 lines
3.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
import org.bouncycastle.i18n.ErrorBundle;
|
||
|
|
||
|
/* renamed from: o.yLe, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C17614yLe {
|
||
|
|
||
|
@SerializedName("calendarEndDateInsuranceExpire")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName(ErrorBundle.DETAIL_ENTRY)
|
||
|
public final List<C0415GbQ> b;
|
||
|
|
||
|
@SerializedName("calendarStartDateInsuranceExpire")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("garageSelected")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("displayAnnouncementsFlag")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("insuranceAnnouncements")
|
||
|
public final String h;
|
||
|
|
||
|
@SerializedName("termsOfInsurance")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("masterData")
|
||
|
public final uOy j;
|
||
|
|
||
|
public final String toString() {
|
||
|
uOy uoy = this.j;
|
||
|
List<C0415GbQ> list = this.b;
|
||
|
String str = this.i;
|
||
|
String str2 = this.h;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.c;
|
||
|
String str6 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("EasycashAutoInsuranceInfoInquiryEntity(masterData=");
|
||
|
sb.append(uoy);
|
||
|
sb.append(", details=");
|
||
|
sb.append(list);
|
||
|
sb.append(", termsOfInsurance=");
|
||
|
sb.append(str);
|
||
|
sb.append(", insuranceAnnouncements=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", garageSelected=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", displayAnnouncementsFlag=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", calendarStartDateInsuranceExpire=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", calendarEndDateInsuranceExpire=");
|
||
|
sb.append(str6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
uOy uoy = this.j;
|
||
|
int hashCode = uoy == null ? 0 : uoy.hashCode();
|
||
|
List<C0415GbQ> list = this.b;
|
||
|
int hashCode2 = list == null ? 0 : list.hashCode();
|
||
|
String str = this.i;
|
||
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.h;
|
||
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.d;
|
||
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.e;
|
||
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.c;
|
||
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.a;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str6 != null ? str6.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C17614yLe)) {
|
||
|
return false;
|
||
|
}
|
||
|
C17614yLe c17614yLe = (C17614yLe) obj;
|
||
|
return C14957gcv.b(this.j, c17614yLe.j) && C14957gcv.b(this.b, c17614yLe.b) && C14957gcv.b((Object) this.i, (Object) c17614yLe.i) && C14957gcv.b((Object) this.h, (Object) c17614yLe.h) && C14957gcv.b((Object) this.d, (Object) c17614yLe.d) && C14957gcv.b((Object) this.e, (Object) c17614yLe.e) && C14957gcv.b((Object) this.c, (Object) c17614yLe.c) && C14957gcv.b((Object) this.a, (Object) c17614yLe.a);
|
||
|
}
|
||
|
}
|