41 lines
1.1 KiB
Java
41 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.nYX, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16331nYX {
|
|
|
|
@SerializedName("applicationUuid")
|
|
private final String c;
|
|
|
|
@SerializedName("consentFlags")
|
|
private final nEi e;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
nEi nei = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlConsentsRequest(applicationUuid=");
|
|
sb.append(str);
|
|
sb.append(", consentFlags=");
|
|
sb.append(nei);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16331nYX)) {
|
|
return false;
|
|
}
|
|
C16331nYX c16331nYX = (C16331nYX) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c16331nYX.c) && C14957gcv.b(this.e, c16331nYX.e);
|
|
}
|
|
}
|