63 lines
1.8 KiB
Java
63 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class yUp {
|
||
|
|
||
|
@SerializedName("walletId")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("walletStatus")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public final FeA c;
|
||
|
|
||
|
@SerializedName("walletIdMask")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final int e;
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.e;
|
||
|
String str = this.a;
|
||
|
FeA feA = this.c;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("UnregisteredMerchantWalletEntity(sortSequence=");
|
||
|
sb.append(i);
|
||
|
sb.append(", walletId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(feA);
|
||
|
sb.append(", walletStatus=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", walletIdMask=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = Integer.hashCode(this.e);
|
||
|
int hashCode2 = this.a.hashCode();
|
||
|
int hashCode3 = this.c.hashCode();
|
||
|
int hashCode4 = this.b.hashCode();
|
||
|
String str = this.d;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof yUp)) {
|
||
|
return false;
|
||
|
}
|
||
|
yUp yup = (yUp) obj;
|
||
|
return this.e == yup.e && C14957gcv.b((Object) this.a, (Object) yup.a) && C14957gcv.b(this.c, yup.c) && C14957gcv.b((Object) this.b, (Object) yup.b) && C14957gcv.b((Object) this.d, (Object) yup.d);
|
||
|
}
|
||
|
}
|