77 lines
2.4 KiB
Java
77 lines
2.4 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.analytics.ecommerce.ProductAction;
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class taK {
|
|
|
|
@SerializedName("description")
|
|
public final String a;
|
|
|
|
@SerializedName("loanInformation")
|
|
public final String b;
|
|
|
|
@SerializedName("isSuccess")
|
|
public final String c;
|
|
|
|
@SerializedName("header")
|
|
public final String d;
|
|
|
|
@SerializedName(ProductAction.ACTION_DETAIL)
|
|
public final List<ONI> e;
|
|
|
|
@SerializedName("ncbInquiredFlag")
|
|
public final Boolean j;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
Boolean bool = this.j;
|
|
String str2 = this.d;
|
|
String str3 = this.a;
|
|
String str4 = this.b;
|
|
List<ONI> list = this.e;
|
|
StringBuilder sb = new StringBuilder("AutoResultEntity(isSuccess=");
|
|
sb.append(str);
|
|
sb.append(", ncbInquiredFlag=");
|
|
sb.append(bool);
|
|
sb.append(", header=");
|
|
sb.append(str2);
|
|
sb.append(", description=");
|
|
sb.append(str3);
|
|
sb.append(", loanInformation=");
|
|
sb.append(str4);
|
|
sb.append(", detail=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
Boolean bool = this.j;
|
|
int hashCode2 = bool == null ? 0 : bool.hashCode();
|
|
String str2 = this.d;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.a;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.b;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
List<ONI> list = this.e;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof taK)) {
|
|
return false;
|
|
}
|
|
taK tak = (taK) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) tak.c) && C14957gcv.b(this.j, tak.j) && C14957gcv.b((Object) this.d, (Object) tak.d) && C14957gcv.b((Object) this.a, (Object) tak.a) && C14957gcv.b((Object) this.b, (Object) tak.b) && C14957gcv.b(this.e, tak.e);
|
|
}
|
|
}
|