40 lines
1020 B
Java
40 lines
1020 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nfH {
|
||
|
|
||
|
@SerializedName("transactionDateTime")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("email")
|
||
|
public final String d;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("JuristicRequestFormResponseEntity(email=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionDateTime=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof nfH)) {
|
||
|
return false;
|
||
|
}
|
||
|
nfH nfh = (nfH) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) nfh.d) && C14957gcv.b((Object) this.b, (Object) nfh.b);
|
||
|
}
|
||
|
}
|