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

46 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class aVJ {
@SerializedName("cardRefNo")
public final String c;
@SerializedName("blockOnshoreEcomFlag")
public final String d;
@SerializedName("blockOffshoreEcomFlag")
public final String e;
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.e;
StringBuilder sb = new StringBuilder("ECommerceInquiryEntity(cardRefNo=");
sb.append(str);
sb.append(", blockOnshoreEcomFlag=");
sb.append(str2);
sb.append(", blockOffshoreEcomFlag=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof aVJ)) {
return false;
}
aVJ avj = (aVJ) obj;
return C14957gcv.b((Object) this.c, (Object) avj.c) && C14957gcv.b((Object) this.d, (Object) avj.d) && C14957gcv.b((Object) this.e, (Object) avj.e);
}
}