61 lines
1.8 KiB
Java
61 lines
1.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.ePn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C10816ePn {
|
|
|
|
@SerializedName("availableTopupLimitAmount")
|
|
public final Double b;
|
|
|
|
@SerializedName("availableConversionLimit")
|
|
public final Integer c;
|
|
|
|
@SerializedName("thbEquivalentAmount")
|
|
public final Double d;
|
|
|
|
@SerializedName("allowTag")
|
|
public final List<String> e;
|
|
|
|
public final String toString() {
|
|
List<String> list = this.e;
|
|
Integer num = this.c;
|
|
Double d = this.b;
|
|
Double d2 = this.d;
|
|
StringBuilder sb = new StringBuilder("TravelCardEntity(allowTag=");
|
|
sb.append(list);
|
|
sb.append(", availableConversionLimit=");
|
|
sb.append(num);
|
|
sb.append(", availableTopUpLimitAmount=");
|
|
sb.append(d);
|
|
sb.append(", thbEquivalentAmount=");
|
|
sb.append(d2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<String> list = this.e;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
Integer num = this.c;
|
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
|
Double d = this.b;
|
|
int hashCode3 = d == null ? 0 : d.hashCode();
|
|
Double d2 = this.d;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (d2 != null ? d2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C10816ePn)) {
|
|
return false;
|
|
}
|
|
C10816ePn c10816ePn = (C10816ePn) obj;
|
|
return C14957gcv.b(this.e, c10816ePn.e) && C14957gcv.b(this.c, c10816ePn.c) && C14957gcv.b(this.b, c10816ePn.b) && C14957gcv.b(this.d, c10816ePn.d);
|
|
}
|
|
}
|