Picsart v24.6版本的 MD5 值为:21a61631d94e54da68d2ad9268b8b9d9

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


package myobfuscated.xh0;

import kotlin.jvm.internal.Intrinsics;
import org.jetbrains.annotations.NotNull;
public final class a {
    @myobfuscated.pt.c("host")
    @NotNull
    private final String a;
    @myobfuscated.pt.c("chinaHost")
    @NotNull
    private final String b;
    @myobfuscated.pt.c("mnnSegmentsModel")
    @NotNull
    private final c c;
    @myobfuscated.pt.c("mnnTeethModel")
    @NotNull
    private final c d;
    @myobfuscated.pt.c("mnnFaceModel")
    @NotNull
    private final c e;
    @myobfuscated.pt.c("mnnLandmarksModel")
    @NotNull
    private final c f;
    @myobfuscated.pt.c("segmentsService")
    @NotNull
    private final String g;
    @myobfuscated.pt.c("landmarksService")
    @NotNull
    private final String h;

    public a() {
        this(0);
    }

    public a(int i) {
        c mnnSegmentsModelConfig = new c("v2.bin", 2, 0);
        c mnnTeethModelConfig = new c("v2.bin", 2, 0);
        c mnnFaceModelConfig = new c("v1.bin", 2, 0);
        c mnnLandmarksModelConfig = new c("v2.bson", 3);
        Intrinsics.checkNotNullParameter("https://pastatic.picsart.com", "host");
        Intrinsics.checkNotNullParameter("https://pastatic.meiease.cn", "chinaHost");
        Intrinsics.checkNotNullParameter(mnnSegmentsModelConfig, "mnnSegmentsModelConfig");
        Intrinsics.checkNotNullParameter(mnnTeethModelConfig, "mnnTeethModelConfig");
        Intrinsics.checkNotNullParameter(mnnFaceModelConfig, "mnnFaceModelConfig");
        Intrinsics.checkNotNullParameter(mnnLandmarksModelConfig, "mnnLandmarksModelConfig");
        Intrinsics.checkNotNullParameter("mnn", "segmentService");
        Intrinsics.checkNotNullParameter("mnn", "landmarksService");
        this.a = "https://pastatic.picsart.com";
        this.b = "https://pastatic.meiease.cn";
        this.c = mnnSegmentsModelConfig;
        this.d = mnnTeethModelConfig;
        this.e = mnnFaceModelConfig;
        this.f = mnnLandmarksModelConfig;
        this.g = "mnn";
        this.h = "mnn";
    }

    @NotNull
    public final String a() {
        return this.b;
    }

    @NotNull
    public final String b() {
        return this.a;
    }

    @NotNull
    public final String c() {
        return this.h;
    }

    @NotNull
    public final c d() {
        return this.e;
    }

    @NotNull
    public final c e() {
        return this.f;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof a) {
            a aVar = (a) obj;
            return Intrinsics.c(this.a, aVar.a) && Intrinsics.c(this.b, aVar.b) && Intrinsics.c(this.c, aVar.c) && Intrinsics.c(this.d, aVar.d) && Intrinsics.c(this.e, aVar.e) && Intrinsics.c(this.f, aVar.f) && Intrinsics.c(this.g, aVar.g) && Intrinsics.c(this.h, aVar.h);
        }
        return false;
    }

    @NotNull
    public final c f() {
        return this.c;
    }

    @NotNull
    public final c g() {
        return this.d;
    }

    @NotNull
    public final String h() {
        return this.g;
    }

    public final int hashCode() {
        int e = defpackage.d.e(this.b, this.a.hashCode() * 31, 31);
        int hashCode = this.d.hashCode();
        int hashCode2 = this.e.hashCode();
        int hashCode3 = this.f.hashCode();
        return this.h.hashCode() + defpackage.d.e(this.g, (hashCode3 + ((hashCode2 + ((hashCode + ((this.c.hashCode() + e) * 31)) * 31)) * 31)) * 31, 31);
    }

    @NotNull
    public final String toString() {
        String str = this.a;
        String str2 = this.b;
        c cVar = this.c;
        c cVar2 = this.d;
        c cVar3 = this.e;
        c cVar4 = this.f;
        String str3 = this.g;
        String str4 = this.h;
        StringBuilder s = com.appsflyer.internal.c.s("DetectionRemoteConfig(host=", str, ", chinaHost=", str2, ", mnnSegmentsModelConfig=");
        s.append(cVar);
        s.append(", mnnTeethModelConfig=");
        s.append(cVar2);
        s.append(", mnnFaceModelConfig=");
        s.append(cVar3);
        s.append(", mnnLandmarksModelConfig=");
        s.append(cVar4);
        s.append(", segmentService=");
        return defpackage.a.m(s, str3, ", landmarksService=", str4, ")");
    }
}