84 lines
2.6 KiB
Java
84 lines
2.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class Frx extends C16562pOe {
|
|
|
|
@SerializedName("preApproved")
|
|
public final Boolean a;
|
|
|
|
@SerializedName("expiryDate")
|
|
public final String b;
|
|
|
|
@SerializedName("preApprovedValid")
|
|
public final Boolean c;
|
|
|
|
@SerializedName("reasons")
|
|
public final List<String> d;
|
|
|
|
@SerializedName("additionalCreditLimit")
|
|
public final Yct e;
|
|
|
|
@SerializedName("startDate")
|
|
public final String f;
|
|
|
|
@SerializedName("remarkReview")
|
|
public final String j;
|
|
|
|
public final String toString() {
|
|
Boolean bool = this.a;
|
|
Boolean bool2 = this.c;
|
|
Yct yct = this.e;
|
|
String str = this.f;
|
|
String str2 = this.b;
|
|
List<String> list = this.d;
|
|
String str3 = this.j;
|
|
StringBuilder sb = new StringBuilder("TempLimitCriteriaEntity(isPreApproved=");
|
|
sb.append(bool);
|
|
sb.append(", isPreApprovedValid=");
|
|
sb.append(bool2);
|
|
sb.append(", additionalCreditLimit=");
|
|
sb.append(yct);
|
|
sb.append(", startDate=");
|
|
sb.append(str);
|
|
sb.append(", expiryDate=");
|
|
sb.append(str2);
|
|
sb.append(", reasons=");
|
|
sb.append(list);
|
|
sb.append(", remarkReview=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Boolean bool = this.a;
|
|
int hashCode = bool == null ? 0 : bool.hashCode();
|
|
Boolean bool2 = this.c;
|
|
int hashCode2 = bool2 == null ? 0 : bool2.hashCode();
|
|
Yct yct = this.e;
|
|
int hashCode3 = yct == null ? 0 : yct.hashCode();
|
|
String str = this.f;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode5 = str2 == null ? 0 : str2.hashCode();
|
|
List<String> list = this.d;
|
|
int hashCode6 = list == null ? 0 : list.hashCode();
|
|
String str3 = this.j;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Frx)) {
|
|
return false;
|
|
}
|
|
Frx frx = (Frx) obj;
|
|
return C14957gcv.b(this.a, frx.a) && C14957gcv.b(this.c, frx.c) && C14957gcv.b(this.e, frx.e) && C14957gcv.b((Object) this.f, (Object) frx.f) && C14957gcv.b((Object) this.b, (Object) frx.b) && C14957gcv.b(this.d, frx.d) && C14957gcv.b((Object) this.j, (Object) frx.j);
|
|
}
|
|
}
|