what-the-bank/sources/o/yzb.java

121 lines
3.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.MessageBundle;
/* loaded from: classes.dex */
public final class yzb {
@SerializedName("errorType")
public String a;
@SerializedName("groupCode")
public String b;
@SerializedName(alternate = {"statusdesc"}, value = "description")
public String c;
@SerializedName("action")
public List<SWg> d;
@SerializedName(alternate = {"statuscode"}, value = "code")
public String e;
@SerializedName("iconUrl")
public String f;
@SerializedName("message")
public String g;
@SerializedName("header")
public String h;
@SerializedName(MessageBundle.TITLE_ENTRY)
public String i;
private yzb(byte b) {
this.h = null;
this.e = null;
this.b = null;
this.c = null;
this.g = null;
this.a = null;
this.i = null;
this.f = null;
this.d = null;
}
private /* synthetic */ yzb(char c) {
this((byte) 0);
}
public final String toString() {
String str = this.h;
String str2 = this.e;
String str3 = this.b;
String str4 = this.c;
String str5 = this.g;
String str6 = this.a;
String str7 = this.i;
String str8 = this.f;
List<SWg> list = this.d;
StringBuilder sb = new StringBuilder("CodeDescriptionEntity(header=");
sb.append(str);
sb.append(", code=");
sb.append(str2);
sb.append(", groupCode=");
sb.append(str3);
sb.append(", description=");
sb.append(str4);
sb.append(", message=");
sb.append(str5);
sb.append(", errorType=");
sb.append(str6);
sb.append(", title=");
sb.append(str7);
sb.append(", iconUrl=");
sb.append(str8);
sb.append(", actionEntityList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.h;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.i;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
List<SWg> list = this.d;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof yzb)) {
return false;
}
yzb yzbVar = (yzb) obj;
return C14957gcv.b((Object) this.h, (Object) yzbVar.h) && C14957gcv.b((Object) this.e, (Object) yzbVar.e) && C14957gcv.b((Object) this.b, (Object) yzbVar.b) && C14957gcv.b((Object) this.c, (Object) yzbVar.c) && C14957gcv.b((Object) this.g, (Object) yzbVar.g) && C14957gcv.b((Object) this.a, (Object) yzbVar.a) && C14957gcv.b((Object) this.i, (Object) yzbVar.i) && C14957gcv.b((Object) this.f, (Object) yzbVar.f) && C14957gcv.b(this.d, yzbVar.d);
}
public yzb() {
this((char) 0);
}
}