64 lines
1.9 KiB
Java
64 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class toe {
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
public final String a;
|
|
|
|
@SerializedName("description")
|
|
public final String b;
|
|
|
|
@SerializedName("name")
|
|
public final String c;
|
|
|
|
@SerializedName("type")
|
|
public final String d;
|
|
|
|
@SerializedName("number")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
String str5 = this.b;
|
|
StringBuilder sb = new StringBuilder("BankAccountEntity(number=");
|
|
sb.append(str);
|
|
sb.append(", name=");
|
|
sb.append(str2);
|
|
sb.append(", type=");
|
|
sb.append(str3);
|
|
sb.append(", status=");
|
|
sb.append(str4);
|
|
sb.append(", description=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
int hashCode4 = this.a.hashCode();
|
|
String str = this.b;
|
|
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 toe)) {
|
|
return false;
|
|
}
|
|
toe toeVar = (toe) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) toeVar.e) && C14957gcv.b((Object) this.c, (Object) toeVar.c) && C14957gcv.b((Object) this.d, (Object) toeVar.d) && C14957gcv.b((Object) this.a, (Object) toeVar.a) && C14957gcv.b((Object) this.b, (Object) toeVar.b);
|
|
}
|
|
}
|