APKPure v3.19.91版本的 MD5 值为:f9be25764b720fb55728dbddf2153619

以下内容为反编译后的 qdaa.java 源代码,内容仅作参考


package f8;

import java.util.LinkedHashMap;
import java.util.Map;
import kotlin.jvm.internal.qdbb;

public final class qdaa {

    public final String f20525a = "https://projecta-common-1258344701.file.myqcloud.com/logo.png";

    public final String f20526b;

    public final Integer f20527c;

    public final Integer f20528d;

    public final Integer f20529e;

    public final Map<String, Object> f20530f;

    public qdaa(String str, Integer num, Integer num2, Integer num3, LinkedHashMap linkedHashMap) {
        this.f20526b = str;
        this.f20527c = num;
        this.f20528d = num2;
        this.f20529e = num3;
        this.f20530f = linkedHashMap;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof qdaa)) {
            return false;
        }
        qdaa qdaaVar = (qdaa) obj;
        return qdbb.a(this.f20525a, qdaaVar.f20525a) && qdbb.a(this.f20526b, qdaaVar.f20526b) && qdbb.a(this.f20527c, qdaaVar.f20527c) && qdbb.a(this.f20528d, qdaaVar.f20528d) && qdbb.a(this.f20529e, qdaaVar.f20529e) && qdbb.a(this.f20530f, qdaaVar.f20530f);
    }

    public final int hashCode() {
        String str = this.f20525a;
        int hashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f20526b;
        int hashCode2 = (hashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        Integer num = this.f20527c;
        int hashCode3 = (hashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f20528d;
        int hashCode4 = (hashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Integer num3 = this.f20529e;
        int hashCode5 = (hashCode4 + (num3 == null ? 0 : num3.hashCode())) * 31;
        Map<String, Object> map = this.f20530f;
        return hashCode5 + (map != null ? map.hashCode() : 0);
    }

    public final String toString() {
        return "PopUpCardData(apkLogo=" + this.f20525a + ", apkName=" + this.f20526b + ", gravity=" + this.f20527c + ", screenWidth=" + this.f20528d + ", screenHeight=" + this.f20529e + ", data=" + this.f20530f + ")";
    }
}