what-the-bank/sources/o/C15648hTl.java

54 lines
1.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* renamed from: o.hTl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15648hTl {
@SerializedName("expiryDateTime")
public final String a;
@SerializedName("barcode")
public final String b;
@SerializedName("validDuration")
public final String d;
@SerializedName(CommonConstant.KEY_QR_CODE)
public final String e;
public final String toString() {
String str = this.a;
String str2 = this.d;
String str3 = this.e;
String str4 = this.b;
StringBuilder sb = new StringBuilder("QRBarcodeEntity(expiryDateTime=");
sb.append(str);
sb.append(", validDuration=");
sb.append(str2);
sb.append(", qrCode=");
sb.append(str3);
sb.append(", barcode=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.a.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15648hTl)) {
return false;
}
C15648hTl c15648hTl = (C15648hTl) obj;
return C14957gcv.b((Object) this.a, (Object) c15648hTl.a) && C14957gcv.b((Object) this.d, (Object) c15648hTl.d) && C14957gcv.b((Object) this.e, (Object) c15648hTl.e) && C14957gcv.b((Object) this.b, (Object) c15648hTl.b);
}
}