57 lines
1.4 KiB
Java
57 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.fL, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12915fL {
|
|
|
|
@SerializedName("referenceNumber")
|
|
private String b;
|
|
|
|
@SerializedName("productName")
|
|
private String d;
|
|
|
|
private /* synthetic */ C12915fL(byte b) {
|
|
this(null, null);
|
|
}
|
|
|
|
public C12915fL(String str, String str2) {
|
|
this.d = str;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder("CardlessWithdrawVerificationSubProductRequest(productName=");
|
|
sb.append(str);
|
|
sb.append(", referenceNumber=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C12915fL)) {
|
|
return false;
|
|
}
|
|
C12915fL c12915fL = (C12915fL) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c12915fL.d) && C14957gcv.b((Object) this.b, (Object) c12915fL.b);
|
|
}
|
|
|
|
public C12915fL() {
|
|
this((byte) 0);
|
|
}
|
|
}
|