103 lines
2.9 KiB
Java
103 lines
2.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
import org.bouncycastle.i18n.MessageBundle;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class jwX {
|
|
|
|
@SerializedName("QRstring")
|
|
public String a;
|
|
|
|
@SerializedName("description")
|
|
public String b;
|
|
|
|
@SerializedName("header")
|
|
public String c;
|
|
|
|
@SerializedName("imageURL")
|
|
public String d;
|
|
|
|
@SerializedName("informationList")
|
|
public List<String> e;
|
|
|
|
@SerializedName("type")
|
|
public String g;
|
|
|
|
@SerializedName(MessageBundle.TITLE_ENTRY)
|
|
public String h;
|
|
|
|
private jwX(byte b) {
|
|
this.d = null;
|
|
this.c = null;
|
|
this.b = null;
|
|
this.g = null;
|
|
this.h = null;
|
|
this.a = null;
|
|
this.e = null;
|
|
}
|
|
|
|
private /* synthetic */ jwX(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.b;
|
|
String str4 = this.g;
|
|
String str5 = this.h;
|
|
String str6 = this.a;
|
|
List<String> list = this.e;
|
|
StringBuilder sb = new StringBuilder("PaymentInfoEntity(imageURL=");
|
|
sb.append(str);
|
|
sb.append(", header=");
|
|
sb.append(str2);
|
|
sb.append(", description=");
|
|
sb.append(str3);
|
|
sb.append(", type=");
|
|
sb.append(str4);
|
|
sb.append(", title=");
|
|
sb.append(str5);
|
|
sb.append(", qrString=");
|
|
sb.append(str6);
|
|
sb.append(", informationList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.b;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.h;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.a;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
List<String> list = this.e;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof jwX)) {
|
|
return false;
|
|
}
|
|
jwX jwx = (jwX) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) jwx.d) && C14957gcv.b((Object) this.c, (Object) jwx.c) && C14957gcv.b((Object) this.b, (Object) jwx.b) && C14957gcv.b((Object) this.g, (Object) jwx.g) && C14957gcv.b((Object) this.h, (Object) jwx.h) && C14957gcv.b((Object) this.a, (Object) jwx.a) && C14957gcv.b(this.e, jwx.e);
|
|
}
|
|
|
|
public jwX() {
|
|
this((char) 0);
|
|
}
|
|
}
|