48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.cC, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C5879cC {
|
||
|
|
||
|
@SerializedName("applicationUuid")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("eventNotificationPolicyId")
|
||
|
private final String e;
|
||
|
|
||
|
public C5879cC(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.a = null;
|
||
|
this.e = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("LoanOriginationOtpRequest(applicationUuid=");
|
||
|
sb.append(str);
|
||
|
sb.append(", eventNotificationPolicyId=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.a;
|
||
|
return ((str == null ? 0 : str.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C5879cC)) {
|
||
|
return false;
|
||
|
}
|
||
|
C5879cC c5879cC = (C5879cC) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c5879cC.a) && C14957gcv.b((Object) this.e, (Object) c5879cC.e);
|
||
|
}
|
||
|
}
|