46 lines
1.3 KiB
Java
46 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nyd {
|
||
|
|
||
|
@SerializedName("bondsSummaryRemark")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("accountFromName")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("transactionToken")
|
||
|
public final String d;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("BondPurchaseVerificationEntity(transactionToken=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountFromName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", bondsSummaryRemark=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof nyd)) {
|
||
|
return false;
|
||
|
}
|
||
|
nyd nydVar = (nyd) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) nydVar.d) && C14957gcv.b((Object) this.c, (Object) nydVar.c) && C14957gcv.b((Object) this.b, (Object) nydVar.b);
|
||
|
}
|
||
|
}
|