51 lines
1.3 KiB
Java
51 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class quK {
|
|
|
|
@SerializedName("CARDX_PRIVACY_MANAGE_DEEPLINK")
|
|
public String c;
|
|
|
|
@SerializedName("PRIVACY_MANAGE_DEEPLINK")
|
|
public String d;
|
|
|
|
public quK(String str, String str2) {
|
|
this.d = str;
|
|
this.c = str2;
|
|
}
|
|
|
|
public /* synthetic */ quK() {
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
StringBuilder sb = new StringBuilder("AppConfigPrivacyManage(privacyManageDeeplink=");
|
|
sb.append(str);
|
|
sb.append(", cardXPrivacyManageDeeplink=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof quK)) {
|
|
return false;
|
|
}
|
|
quK quk = (quK) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) quk.d) && C14957gcv.b((Object) this.c, (Object) quk.c);
|
|
}
|
|
}
|