65 lines
1.9 KiB
Java
65 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import io.beid.beidk.definitions.BeIDParams;
|
||
|
|
||
|
/* renamed from: o.bU, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C4232bU {
|
||
|
|
||
|
@SerializedName("consentFlag")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("consentVersion")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("functionName")
|
||
|
private final String e;
|
||
|
|
||
|
public C4232bU(String str, String str2, String str3, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.b = str;
|
||
|
this.d = str2;
|
||
|
this.e = str3;
|
||
|
this.c = str4;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("UpdateDopaConsentRequest(consentFlag=");
|
||
|
sb.append(str);
|
||
|
sb.append(", consentVersion=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", functionName=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", transactionId=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C4232bU)) {
|
||
|
return false;
|
||
|
}
|
||
|
C4232bU c4232bU = (C4232bU) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c4232bU.b) && C14957gcv.b((Object) this.d, (Object) c4232bU.d) && C14957gcv.b((Object) this.e, (Object) c4232bU.e) && C14957gcv.b((Object) this.c, (Object) c4232bU.c);
|
||
|
}
|
||
|
}
|