64 lines
1.7 KiB
Java
64 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Glc {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
|
||
|
private Glc(byte b) {
|
||
|
this.c = null;
|
||
|
this.d = null;
|
||
|
this.a = null;
|
||
|
this.b = null;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Glc(char c) {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("UnbillInfoResponse(merchName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", microRef=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", transDate=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", postDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.b;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Glc)) {
|
||
|
return false;
|
||
|
}
|
||
|
Glc glc = (Glc) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) glc.c) && C14957gcv.b((Object) this.d, (Object) glc.d) && C14957gcv.b((Object) this.a, (Object) glc.a) && C14957gcv.b((Object) this.b, (Object) glc.b);
|
||
|
}
|
||
|
|
||
|
public Glc() {
|
||
|
this((char) 0);
|
||
|
}
|
||
|
}
|