83 lines
2.3 KiB
Java
83 lines
2.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class AjZ {
|
||
|
|
||
|
@SerializedName("billerLogo")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("ref1Label")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("merchantName")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("ref3Label")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("ref2Label")
|
||
|
public final String e;
|
||
|
|
||
|
private /* synthetic */ AjZ(byte b) {
|
||
|
this("", "", "", "", "");
|
||
|
}
|
||
|
|
||
|
private AjZ(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.c = str;
|
||
|
this.a = str2;
|
||
|
this.b = str3;
|
||
|
this.e = str4;
|
||
|
this.d = str5;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("BillerEntity(merchantName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", billerLogo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", ref1Label=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", ref2Label=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", ref3Label=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.a;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
int hashCode3 = this.b.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof AjZ)) {
|
||
|
return false;
|
||
|
}
|
||
|
AjZ ajZ = (AjZ) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) ajZ.c) && C14957gcv.b((Object) this.a, (Object) ajZ.a) && C14957gcv.b((Object) this.b, (Object) ajZ.b) && C14957gcv.b((Object) this.e, (Object) ajZ.e) && C14957gcv.b((Object) this.d, (Object) ajZ.d);
|
||
|
}
|
||
|
|
||
|
public AjZ() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|