93 lines
2.7 KiB
Java
93 lines
2.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class uIe {
|
|
|
|
@SerializedName("maximumCreditLimit")
|
|
public final String a;
|
|
|
|
@SerializedName("defaultCreditLimit")
|
|
public final String b;
|
|
|
|
@SerializedName("defaultDuration")
|
|
public final String c;
|
|
|
|
@SerializedName("availableDurations")
|
|
public final List<C7374cnA> d;
|
|
|
|
@SerializedName("minimumCreditLimit")
|
|
public final String e;
|
|
|
|
@SerializedName("sliderInterval")
|
|
public final String h;
|
|
|
|
private uIe(byte b) {
|
|
this.e = null;
|
|
this.a = null;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.h = null;
|
|
this.d = null;
|
|
}
|
|
|
|
private /* synthetic */ uIe(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
String str5 = this.h;
|
|
List<C7374cnA> list = this.d;
|
|
StringBuilder sb = new StringBuilder("EasycashAutoOffersEntity(minimumCreditLimit=");
|
|
sb.append(str);
|
|
sb.append(", maximumCreditLimit=");
|
|
sb.append(str2);
|
|
sb.append(", defaultCreditLimit=");
|
|
sb.append(str3);
|
|
sb.append(", defaultDuration=");
|
|
sb.append(str4);
|
|
sb.append(", sliderInterval=");
|
|
sb.append(str5);
|
|
sb.append(", durationOptions=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.h;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
List<C7374cnA> list = this.d;
|
|
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 uIe)) {
|
|
return false;
|
|
}
|
|
uIe uie = (uIe) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) uie.e) && C14957gcv.b((Object) this.a, (Object) uie.a) && C14957gcv.b((Object) this.b, (Object) uie.b) && C14957gcv.b((Object) this.c, (Object) uie.c) && C14957gcv.b((Object) this.h, (Object) uie.h) && C14957gcv.b(this.d, uie.d);
|
|
}
|
|
|
|
public uIe() {
|
|
this((char) 0);
|
|
}
|
|
}
|