52 lines
1.5 KiB
Java
52 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.xNA, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17505xNA {
|
|
|
|
@SerializedName("interestRate")
|
|
public final List<WZR> a;
|
|
|
|
@SerializedName("promoFlag")
|
|
public final String b;
|
|
|
|
@SerializedName("description")
|
|
public final String c;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.c;
|
|
List<WZR> list = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlTierRateEntity(promoFlag=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(str2);
|
|
sb.append(", interestRate=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.b.hashCode();
|
|
String str = this.c;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
List<WZR> list = this.a;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17505xNA)) {
|
|
return false;
|
|
}
|
|
C17505xNA c17505xNA = (C17505xNA) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c17505xNA.b) && C14957gcv.b((Object) this.c, (Object) c17505xNA.c) && C14957gcv.b(this.a, c17505xNA.a);
|
|
}
|
|
}
|