70 lines
2.0 KiB
Java
70 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.android.libraries.places.api.model.PlaceTypes;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class YhA {
|
|
|
|
@SerializedName("bankAccount")
|
|
public final toe a;
|
|
|
|
@SerializedName(PlaceTypes.ADDRESS)
|
|
public final jeV b;
|
|
|
|
@SerializedName("walletId")
|
|
public final String c;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int d;
|
|
|
|
@SerializedName("shop")
|
|
public final GAL e;
|
|
|
|
@SerializedName("walletStatus")
|
|
public final String g;
|
|
|
|
public final String toString() {
|
|
int i = this.d;
|
|
String str = this.c;
|
|
String str2 = this.g;
|
|
GAL gal = this.e;
|
|
jeV jev = this.b;
|
|
toe toeVar = this.a;
|
|
StringBuilder sb = new StringBuilder("WalletEntity(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", walletId=");
|
|
sb.append(str);
|
|
sb.append(", walletStatus=");
|
|
sb.append(str2);
|
|
sb.append(", shop=");
|
|
sb.append(gal);
|
|
sb.append(", address=");
|
|
sb.append(jev);
|
|
sb.append(", bankAccount=");
|
|
sb.append(toeVar);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.d);
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.e.hashCode();
|
|
jeV jev = this.b;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (jev == null ? 0 : jev.hashCode())) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof YhA)) {
|
|
return false;
|
|
}
|
|
YhA yhA = (YhA) obj;
|
|
return this.d == yhA.d && C14957gcv.b((Object) this.c, (Object) yhA.c) && C14957gcv.b((Object) this.g, (Object) yhA.g) && C14957gcv.b(this.e, yhA.e) && C14957gcv.b(this.b, yhA.b) && C14957gcv.b(this.a, yhA.a);
|
|
}
|
|
}
|