103 lines
3.3 KiB
Java
103 lines
3.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* renamed from: o.cG, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6020cG {
|
|
|
|
@SerializedName("responseCode")
|
|
private final String a;
|
|
|
|
@SerializedName("DEVICE_ID")
|
|
private final String b;
|
|
|
|
@SerializedName("responseDesc")
|
|
private final String c;
|
|
|
|
@SerializedName("CHANNEL")
|
|
private final String d;
|
|
|
|
@SerializedName("UPDATED_BY")
|
|
public String e;
|
|
|
|
@SerializedName("SUB_EVENT_CODE")
|
|
private final String f;
|
|
|
|
@SerializedName("txnDateTime")
|
|
private final String g;
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
private final String j;
|
|
|
|
public /* synthetic */ C6020cG(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
this(str, str2, str3, str4, str5, str6, str7, (byte) 0);
|
|
}
|
|
|
|
private C6020cG(String str, String str2, String str3, String str4, String str5, String str6, String str7, byte b) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.d = str;
|
|
this.f = str2;
|
|
this.e = null;
|
|
this.j = str3;
|
|
this.a = str4;
|
|
this.c = str5;
|
|
this.g = str6;
|
|
this.b = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.f;
|
|
String str3 = this.e;
|
|
String str4 = this.j;
|
|
String str5 = this.a;
|
|
String str6 = this.c;
|
|
String str7 = this.g;
|
|
String str8 = this.b;
|
|
StringBuilder sb = new StringBuilder("PartnerAuditEventCodeRequest(channelId=");
|
|
sb.append(str);
|
|
sb.append(", subEventCode=");
|
|
sb.append(str2);
|
|
sb.append(", userId=");
|
|
sb.append(str3);
|
|
sb.append(", status=");
|
|
sb.append(str4);
|
|
sb.append(", responseCode=");
|
|
sb.append(str5);
|
|
sb.append(", responseDesc=");
|
|
sb.append(str6);
|
|
sb.append(", txnDateTime=");
|
|
sb.append(str7);
|
|
sb.append(", deviceId=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
int hashCode2 = this.f.hashCode();
|
|
String str = this.e;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.g.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C6020cG)) {
|
|
return false;
|
|
}
|
|
C6020cG c6020cG = (C6020cG) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c6020cG.d) && C14957gcv.b((Object) this.f, (Object) c6020cG.f) && C14957gcv.b((Object) this.e, (Object) c6020cG.e) && C14957gcv.b((Object) this.j, (Object) c6020cG.j) && C14957gcv.b((Object) this.a, (Object) c6020cG.a) && C14957gcv.b((Object) this.c, (Object) c6020cG.c) && C14957gcv.b((Object) this.g, (Object) c6020cG.g) && C14957gcv.b((Object) this.b, (Object) c6020cG.b);
|
|
}
|
|
}
|