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

58 lines
1.7 KiB
Java

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